diff options
Diffstat (limited to 'kcontrol/icons/CMakeLists.txt')
-rw-r--r-- | kcontrol/icons/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/icons/CMakeLists.txt b/kcontrol/icons/CMakeLists.txt index a8c434f9b..2dbda4ea5 100644 --- a/kcontrol/icons/CMakeLists.txt +++ b/kcontrol/icons/CMakeLists.txt @@ -24,7 +24,10 @@ link_directories( ##### other data ################################ -install( FILES icons.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE icons.desktop + PO_DIR kcontrol-desktops +) install( FILES uninstall.desktop DESTINATION ${APPS_INSTALL_DIR}/Settings/LookNFeel/Themes RENAME iconthemes.desktop ) |