diff options
Diffstat (limited to 'ksayit/CMakeL10n.txt')
-rw-r--r-- | ksayit/CMakeL10n.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ksayit/CMakeL10n.txt b/ksayit/CMakeL10n.txt index b585ce4..0d6145b 100644 --- a/ksayit/CMakeL10n.txt +++ b/ksayit/CMakeL10n.txt @@ -1,3 +1,11 @@ ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/ksayit-desktops/" + SOURCES + src/*.desktop + *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |