summaryrefslogtreecommitdiffstats
path: root/src
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-14 02:36:19 +0100
commit5962b7e681adb58055898f2e35665934bd08e235 (patch)
tree27bfe9db16e8dda0090fc3aa352279ae054d69a2 /src
parent81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 (diff)
downloadtork-5962b7e681adb58055898f2e35665934bd08e235.tar.gz
tork-5962b7e681adb58055898f2e35665934bd08e235.zip
cmake: Install application-specific icons in the application folder.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-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