summaryrefslogtreecommitdiffstats
path: root/servicetypes
diff options
context:
space:
mode:
Diffstat (limited to 'servicetypes')
-rw-r--r--servicetypes/CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/servicetypes/CMakeLists.txt b/servicetypes/CMakeLists.txt
new file mode 100644
index 000000000..05744b2d8
--- /dev/null
+++ b/servicetypes/CMakeLists.txt
@@ -0,0 +1,18 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+foreach(DESKTOP_FILE kofficepart.desktop kofilter.desktop koplugin.desktop
+ kochart.desktop kofilterwrapper.desktop)
+ tde_create_translated_desktop(
+ SOURCE ${DESKTOP_FILE}
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR koffice-desktops
+ )
+endforeach()
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file