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