summaryrefslogtreecommitdiff
path: root/res/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-14 01:41:14 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-14 01:41:14 +0200
commitec3fa197624cea242b05303461e6fece78d78009 (patch)
tree11e0c48443f160d252cabd9adcba20c78675b9e2 /res/CMakeLists.txt
parent695ece2c35491a509c70ef710bd0419d67b8fd0f (diff)
downloadturns-ec3fa197624cea242b05303461e6fece78d78009.tar.xz
turns-ec3fa197624cea242b05303461e6fece78d78009.zip
app/ui: layout basic participant creation dialog
Diffstat (limited to 'res/CMakeLists.txt')
-rw-r--r--res/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt
index cc3ff8b..dd5b139 100644
--- a/res/CMakeLists.txt
+++ b/res/CMakeLists.txt
@@ -6,6 +6,7 @@ target_add_glib_resources("res"
PREFIX "ch/arknet/Turns"
UI_FILES
"widgets/participant_list_row.ui"
+ "windows/create_participant.ui"
"windows/main_window.ui"
CSS_FILES
"style.css"