diff options
Diffstat (limited to 'kdf/CMakeL10n.txt')
-rw-r--r-- | kdf/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdf/CMakeL10n.txt b/kdf/CMakeL10n.txt index 93aabe2..7e06503 100644 --- a/kdf/CMakeL10n.txt +++ b/kdf/CMakeL10n.txt @@ -4,3 +4,9 @@ tde_l10n_create_template( CATALOG "kdf" EXCLUDES "tdeconftest.cpp" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kdf-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |