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