diff options
Diffstat (limited to 'kcron/CMakeL10n.txt')
-rw-r--r-- | kcron/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kcron/CMakeL10n.txt b/kcron/CMakeL10n.txt index b1b6c06..a0d32d7 100644 --- a/kcron/CMakeL10n.txt +++ b/kcron/CMakeL10n.txt @@ -1,3 +1,9 @@ ##### create translation templates ############## tde_l10n_create_template( "kcron" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kcron.desktop/" + SOURCES kcron.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |