diff options
Diffstat (limited to 'ksame/CMakeL10n.txt')
-rw-r--r-- | ksame/CMakeL10n.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ksame/CMakeL10n.txt b/ksame/CMakeL10n.txt index 69b8dc67..768d0ffd 100644 --- a/ksame/CMakeL10n.txt +++ b/ksame/CMakeL10n.txt @@ -1,3 +1,15 @@ ##### create translation templates ############## tde_l10n_create_template( "ksame" ) + +tde_l10n_create_template( + CATALOG "desktop_files/ksame.desktop/" + SOURCES ksame.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/ksame-eventsrc/" + SOURCES_DESKTOP eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |