summaryrefslogtreecommitdiffstats
path: root/kde/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kde/CMakeLists.txt')
-rw-r--r--kde/CMakeLists.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde/CMakeLists.txt b/kde/CMakeLists.txt
new file mode 100644
index 0000000..6f2fa92
--- /dev/null
+++ b/kde/CMakeLists.txt
@@ -0,0 +1,37 @@
+
+##### png files
+
+file( GLOB _png_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*/pics/*.png )
+
+install(
+ FILES ${_png_files}
+ DESTINATION ${DATA_INSTALL_DIR}/guidance/pics
+)
+
+
+##### icon files
+
+file( GLOB _icons16_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*/pics/16x16/*.png )
+
+install(
+ FILES ${_icons16_files}
+ DESTINATION ${ICON_INSTALL_DIR}/crystalsvg/16x16/apps
+)
+
+install(
+ FILES serviceconfig/pics/hi32-app-daemons.png
+ DESTINATION ${ICON_INSTALL_DIR}/crystalsvg/32x32/apps
+ RENAME daemons.png
+)
+
+install(
+ FILES mountconfig/pics/kcmpartitions.png
+ DESTINATION ${ICON_INSTALL_DIR}/crystalsvg/32x32/apps
+ RENAME disksfilesystems.png
+)
+
+install(
+ FILES userconfig/pics/hi32-user.png
+ DESTINATION ${ICON_INSTALL_DIR}/crystalsvg/32x32/apps
+ RENAME userconfig.png
+)