]> git.sesse.net Git - pkanalytics/commitdiff
Rename stats.cpp to main.cpp.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 May 2023 13:48:32 +0000 (15:48 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 May 2023 13:48:32 +0000 (15:48 +0200)
main.cpp [moved from stats.cpp with 100% similarity]
meson.build

similarity index 100%
rename from stats.cpp
rename to main.cpp
index 27e8a4891b99dd31255b6f8ad1d55d2f3835f13a..a2af98863194f1f56caf00b5df23422d23a8a81c 100644 (file)
@@ -9,4 +9,4 @@ qt_files = qt6.preprocess(
        ui_files: ['mainwindow.ui'],
         dependencies: qt6deps)
 
-executable('stats', ['stats.cpp', 'events.cpp'], qt_files, dependencies: [qt6deps, sqlite3dep])
+executable('stats', ['main.cpp', 'events.cpp'], qt_files, dependencies: [qt6deps, sqlite3dep])