diff options
Diffstat (limited to 'kcontrol/CMakeL10n.txt')
-rw-r--r-- | kcontrol/CMakeL10n.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kcontrol/CMakeL10n.txt b/kcontrol/CMakeL10n.txt index b585ce4af..22d0ba06d 100644 --- a/kcontrol/CMakeL10n.txt +++ b/kcontrol/CMakeL10n.txt @@ -1,3 +1,16 @@ ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/kcontrol-desktops/" + SOURCES *.desktop + KEYWORDS Query + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/kcontrol-eventsrc/" + SOURCES *eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |