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