summaryrefslogtreecommitdiff
path: root/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-29 15:55:30 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-29 15:55:30 +0200
commit873bf396b904ce477a238f22d1891e1b03f24eff (patch)
tree3b1906644e032a94ce7968851e98349e4acb9501 /ui/CMakeLists.txt
parente84e5e463ce9fc735e9a9d8e03da884d3babb71b (diff)
downloadturns-873bf396b904ce477a238f22d1891e1b03f24eff.tar.xz
turns-873bf396b904ce477a238f22d1891e1b03f24eff.zip
ui: convert editor into a template_widget
Diffstat (limited to 'ui/CMakeLists.txt')
-rw-r--r--ui/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 736db84..212559c 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -2,10 +2,10 @@
add_library("ui"
"src/init.cpp"
+ "src/widgets/participant_editor.cpp"
"src/widgets/participant_row.cpp"
"src/widgets/preferences.cpp"
"src/widgets/turn_order_view.cpp"
- "src/windows/participant_editor.cpp"
"src/windows/tracker.cpp"
"src/windows/tracker/actions.cpp"
"src/windows/tracker/event_handlers.cpp"
@@ -50,7 +50,7 @@ add_executable("ui-tests"
"tests/gtk_test_init.cpp"
"tests/widgets/participant_row.cpp"
- "tests/windows/participant_editor.cpp"
+ "tests/widgets/participant_editor.cpp"
"tests/windows/resources.cpp"
"tests/windows/tracker.cpp"
)