summaryrefslogtreecommitdiffstats
path: root/kcontrol/componentchooser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/componentchooser/CMakeLists.txt')
-rw-r--r--kcontrol/componentchooser/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/componentchooser/CMakeLists.txt b/kcontrol/componentchooser/CMakeLists.txt
index 76d31162d..ba878707f 100644
--- a/kcontrol/componentchooser/CMakeLists.txt
+++ b/kcontrol/componentchooser/CMakeLists.txt
@@ -23,7 +23,10 @@ link_directories(
##### other data ################################
-install( FILES componentchooser.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE componentchooser.desktop
+ PO_DIR kcontrol-desktops
+)
##### kcm_componentchooser (module) #############