summaryrefslogtreecommitdiffstats
path: root/kword/templates/CardsAndLabels/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kword/templates/CardsAndLabels/CMakeLists.txt')
-rw-r--r--kword/templates/CardsAndLabels/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/kword/templates/CardsAndLabels/CMakeLists.txt b/kword/templates/CardsAndLabels/CMakeLists.txt
new file mode 100644
index 000000000..2cc740141
--- /dev/null
+++ b/kword/templates/CardsAndLabels/CMakeLists.txt
@@ -0,0 +1,22 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+set(TEMPLATE_SUBDIR "CardsAndLabels")
+file(GLOB DESKTOP_FILES *.desktop)
+file(GLOB KWORD_TEMPLATES *.kwt)
+
+install(
+ FILES .directory ${DESKTOP_FILES}
+ DESTINATION ${DATA_INSTALL_DIR}/kword/templates/${TEMPLATE_SUBDIR}
+)
+
+install(
+ FILES ${KWORD_TEMPLATES}
+ DESTINATION ${DATA_INSTALL_DIR}/kword/templates/${TEMPLATE_SUBDIR}/.source
+)
+
+tde_install_icons() \ No newline at end of file