diff options
Diffstat (limited to 'kate/CMakeL10n.txt')
-rw-r--r-- | kate/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kate/CMakeL10n.txt b/kate/CMakeL10n.txt index e2998f650..258cbed19 100644 --- a/kate/CMakeL10n.txt +++ b/kate/CMakeL10n.txt @@ -9,3 +9,9 @@ tde_l10n_create_template( ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/kate-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |