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