diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 18:14:14 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 18:14:14 +0200 |
| commit | 14c2a945157d3e790506d97a5dc6f07b7e38ae26 (patch) | |
| tree | 3861d4aa73ebbd67021f32fc68605fc4286f503c /gui | |
| parent | 8b7ba278cd17db8ffeb73a9af619d5443f751ebc (diff) | |
| download | turns-14c2a945157d3e790506d97a5dc6f07b7e38ae26.tar.xz turns-14c2a945157d3e790506d97a5dc6f07b7e38ae26.zip | |
gui: install missing settings schemas
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 77249d7..a86ca52 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -145,6 +145,11 @@ install(FILES DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/mime/packages" ) +install(FILES + "${CMAKE_CURRENT_SOURCE_DIR}/ch.arknet.Turns.gschema.xml" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/glib-2.0/schemas" +) + install(TARGETS "gui") # Tests |
