diff options
Diffstat (limited to 'ksplashml/kcmksplash/CMakeLists.txt')
-rw-r--r-- | ksplashml/kcmksplash/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ksplashml/kcmksplash/CMakeLists.txt b/ksplashml/kcmksplash/CMakeLists.txt index 864346089..f520b7386 100644 --- a/ksplashml/kcmksplash/CMakeLists.txt +++ b/ksplashml/kcmksplash/CMakeLists.txt @@ -26,7 +26,10 @@ link_directories( ##### other data ################################ -install( FILES ksplashthememgr.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE ksplashthememgr.desktop + PO_DIR ksplash-desktops +) ##### kcm_ksplashthemes (module) ################ |