summaryrefslogtreecommitdiff
path: root/res/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-13 23:07:15 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-13 23:08:27 +0200
commit37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 (patch)
tree89bd791aeae49fbb91acdfeca0e3e057cbe9f889 /res/CMakeLists.txt
parent7fed739bece80b26e4f7bb75fab91f90ef3a44ea (diff)
downloadturns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.tar.xz
turns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.zip
app: switch to Adw.Application
Diffstat (limited to 'res/CMakeLists.txt')
-rw-r--r--res/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt
index b2b723a..36f23ff 100644
--- a/res/CMakeLists.txt
+++ b/res/CMakeLists.txt
@@ -3,10 +3,12 @@
add_library("res")
target_add_glib_resources("res"
- PREFIX "turns"
+ PREFIX "ch/arknet/Turns"
UI_FILES
"widgets/participant_list_row.ui"
"windows/main_window.ui"
+ CSS_FILES
+ "style.css"
)
target_compile_options("res" PRIVATE