summaryrefslogtreecommitdiffstats
path: root/kword/data/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kword/data/CMakeLists.txt')
-rw-r--r--kword/data/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/kword/data/CMakeLists.txt b/kword/data/CMakeLists.txt
new file mode 100644
index 000000000..225acb293
--- /dev/null
+++ b/kword/data/CMakeLists.txt
@@ -0,0 +1,11 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+install(
+ FILES framestyles.xml tablestyles.xml tabletemplates.xml
+ DESTINATION ${DATA_INSTALL_DIR}/kword
+) \ No newline at end of file