diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 16:20:47 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 16:20:47 +0200 |
| commit | 1a83168d5c7269bd91043d79169898ca6893d88a (patch) | |
| tree | bc85864b15f61ad1c77fae40beb5d7bc5762a657 /res/CMakeLists.txt | |
| parent | 92fc3900c9d3084dd4d0d2386ab4d823e356da20 (diff) | |
| download | turns-1a83168d5c7269bd91043d79169898ca6893d88a.tar.xz turns-1a83168d5c7269bd91043d79169898ca6893d88a.zip | |
app: rename main window to tracker
Diffstat (limited to 'res/CMakeLists.txt')
| -rw-r--r-- | res/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index 325c584..a825e4c 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -5,8 +5,8 @@ add_library("res") set(UI_FILES "widgets/participant_row.ui" "widgets/turn_order_view.ui" - "windows/main.ui" "windows/participant_editor.ui" + "windows/tracker.ui" ) export_cambalache_files("ui.cmb" UI_FILES ${UI_FILES}) |
