diff options
Diffstat (limited to 'kcontrol/css/CMakeLists.txt')
-rw-r--r-- | kcontrol/css/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/css/CMakeLists.txt b/kcontrol/css/CMakeLists.txt index 56226c836..4a2009844 100644 --- a/kcontrol/css/CMakeLists.txt +++ b/kcontrol/css/CMakeLists.txt @@ -21,7 +21,10 @@ link_directories( ##### other data ################################ -install( FILES kcmcss.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kcmcss.desktop + PO_DIR kcontrol-desktops +) install( FILES template.css DESTINATION ${DATA_INSTALL_DIR}/kcmcss ) |