diff options
Diffstat (limited to 'kcontrol/iccconfig/CMakeLists.txt')
-rw-r--r-- | kcontrol/iccconfig/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/iccconfig/CMakeLists.txt b/kcontrol/iccconfig/CMakeLists.txt index e3b47ce0d..c2ae977d9 100644 --- a/kcontrol/iccconfig/CMakeLists.txt +++ b/kcontrol/iccconfig/CMakeLists.txt @@ -23,7 +23,10 @@ link_directories( ##### other data ################################ -install( FILES iccconfig.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE iccconfig.desktop + PO_DIR kcontrol-desktops +) ##### kcm_iccconfig (module) #################### |