diff options
Diffstat (limited to 'ksplashml/themeengine/redmond/CMakeLists.txt')
-rw-r--r-- | ksplashml/themeengine/redmond/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ksplashml/themeengine/redmond/CMakeLists.txt b/ksplashml/themeengine/redmond/CMakeLists.txt index a6e0b0229..52bc35732 100644 --- a/ksplashml/themeengine/redmond/CMakeLists.txt +++ b/ksplashml/themeengine/redmond/CMakeLists.txt @@ -26,7 +26,11 @@ link_directories( ##### other data ################################ install( FILES Theme.rc DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Redmond ) -install( FILES ksplashredmond.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE ksplashredmond.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ksplash-desktops +) ##### ksplashredmond (module) ################### |