diff options
Diffstat (limited to 'khotkeys/CMakeL10n.txt')
-rw-r--r-- | khotkeys/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/khotkeys/CMakeL10n.txt b/khotkeys/CMakeL10n.txt index 9efb3961d..5a4d15337 100644 --- a/khotkeys/CMakeL10n.txt +++ b/khotkeys/CMakeL10n.txt @@ -3,3 +3,9 @@ tde_l10n_create_template( "khotkeys" ) tde_l10n_auto_add_subdirectories() + +tde_l10n_create_template( + CATALOG "desktop_files/khotkeys.desktop/" + SOURCES app/khotkeys.desktop kcontrol/khotkeys.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |