summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kwordquiz/src/CMakeL10n.txt')
-rw-r--r--kwordquiz/src/CMakeL10n.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/kwordquiz/src/CMakeL10n.txt b/kwordquiz/src/CMakeL10n.txt
index 9f64b513..2b0dcc3b 100644
--- a/kwordquiz/src/CMakeL10n.txt
+++ b/kwordquiz/src/CMakeL10n.txt
@@ -1,3 +1,15 @@
##### create translation templates ##############
tde_l10n_create_template( "kwordquiz" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kwordquiz-desktops/"
+ SOURCES *.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kwordquiz-events/"
+ SOURCES_DESKTOP eventsrc
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)