diff options
Diffstat (limited to 'ksplashml/themeengine/unified/CMakeLists.txt')
-rw-r--r-- | ksplashml/themeengine/unified/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ksplashml/themeengine/unified/CMakeLists.txt b/ksplashml/themeengine/unified/CMakeLists.txt index 5200fb060..24cb1af1b 100644 --- a/ksplashml/themeengine/unified/CMakeLists.txt +++ b/ksplashml/themeengine/unified/CMakeLists.txt @@ -25,7 +25,11 @@ link_directories( ##### other data ################################ -install( FILES ksplashunified.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE ksplashunified.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ksplash-desktops +) ##### ksplashunified (module) ################### |