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