From 873bf396b904ce477a238f22d1891e1b03f24eff Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 15:55:30 +0200 Subject: ui: convert editor into a template_widget --- ui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/CMakeLists.txt') 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" ) -- cgit v1.2.3