summaryrefslogtreecommitdiffstats
path: root/autocorrect
diff options
context:
space:
mode:
Diffstat (limited to 'autocorrect')
-rw-r--r--autocorrect/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/autocorrect/CMakeLists.txt b/autocorrect/CMakeLists.txt
new file mode 100644
index 00000000..db4c0d41
--- /dev/null
+++ b/autocorrect/CMakeLists.txt
@@ -0,0 +1,14 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+install(
+ FILES autocorrect.xml en_US.xml
+ DESTINATION ${DATA_INSTALL_DIR}/koffice/autocorrect
+)
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file