summaryrefslogtreecommitdiffstats
path: root/misc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/CMakeLists.txt')
-rw-r--r--misc/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt
new file mode 100644
index 0000000..30786a7
--- /dev/null
+++ b/misc/CMakeLists.txt
@@ -0,0 +1,31 @@
+##### icons
+
+tde_install_icons( ${PROJECT_NAME} )
+
+
+##### other data
+
+install(
+ FILES ${PROJECT_NAME}ui.rc
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
+)
+
+install(
+ FILES ${PROJECT_NAME}rc
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
+)
+
+install(
+ FILES ${PROJECT_NAME}.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
+
+install(
+ FILES ${PROJECT_NAME}_part.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
+
+install(
+ FILES ${PROJECT_NAME}_play_dvd.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus
+)