summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-14 02:36:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-15 15:15:41 +0100
commitfbb5b1424b098b844b4f744cdeea97ba5279764f (patch)
treefdeaf8640d93ed11b4be4c927c5649e1e48b33de
parent7fefe15989a08e255ade5e577c781701b157d430 (diff)
downloadtork-fbb5b142.tar.gz
tork-fbb5b142.zip
cmake: Install application-specific icons in the application folder.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5962b7e681adb58055898f2e35665934bd08e235)
-rw-r--r--src/icons/CMakeLists.txt4
-rw-r--r--src/konqplugin/CMakeLists.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/icons/CMakeLists.txt b/src/icons/CMakeLists.txt
index 7d025a1..03de5cc 100644
--- a/src/icons/CMakeLists.txt
+++ b/src/icons/CMakeLists.txt
@@ -1,3 +1,5 @@
##### icons hicolor
-tde_install_icons()
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tork/icons )
+
+tde_install_icons( app-tork )
diff --git a/src/konqplugin/CMakeLists.txt b/src/konqplugin/CMakeLists.txt
index 1da7c27..7560f53 100644
--- a/src/konqplugin/CMakeLists.txt
+++ b/src/konqplugin/CMakeLists.txt
@@ -27,7 +27,7 @@ tde_add_kpart( tdehtml_tork AUTOMOC
##### icons
-tde_install_icons( )
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tork/icons )
##### other data