diff options
Diffstat (limited to 'libtdepim/CMakeL10n.txt')
-rw-r--r-- | libtdepim/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libtdepim/CMakeL10n.txt b/libtdepim/CMakeL10n.txt index b75197568..a080c11be 100644 --- a/libtdepim/CMakeL10n.txt +++ b/libtdepim/CMakeL10n.txt @@ -8,3 +8,9 @@ tde_l10n_create_template( "../libkpimidentities" EXCLUDES "(^|/)tests/" ) + +tde_l10n_create_template( + CATALOG "desktop_files/libtdepim-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |