diff options
Diffstat (limited to 'ksplashml/CMakeLists.txt')
-rw-r--r-- | ksplashml/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ksplashml/CMakeLists.txt b/ksplashml/CMakeLists.txt index 6cfe72836..f2c530666 100644 --- a/ksplashml/CMakeLists.txt +++ b/ksplashml/CMakeLists.txt @@ -29,7 +29,11 @@ link_directories( ##### other data ################################ -install( FILES ksplash.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE ksplash.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ksplash-desktops +) ##### ksplash (executable) ###################### |