diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 23:07:15 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 23:08:27 +0200 |
| commit | 37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 (patch) | |
| tree | 89bd791aeae49fbb91acdfeca0e3e057cbe9f889 /res/CMakeLists.txt | |
| parent | 7fed739bece80b26e4f7bb75fab91f90ef3a44ea (diff) | |
| download | turns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.tar.xz turns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.zip | |
app: switch to Adw.Application
Diffstat (limited to 'res/CMakeLists.txt')
| -rw-r--r-- | res/CMakeLists.txt | 4 |
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 |
