summaryrefslogtreecommitdiffstats
path: root/src/icons
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 /src/icons
parent7fefe15989a08e255ade5e577c781701b157d430 (diff)
downloadtork-fbb5b1424b098b844b4f744cdeea97ba5279764f.tar.gz
tork-fbb5b1424b098b844b4f744cdeea97ba5279764f.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)
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/CMakeLists.txt4
1 files changed, 3 insertions, 1 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 )