summaryrefslogtreecommitdiffstats
path: root/applnk/compat/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'applnk/compat/CMakeLists.txt')
-rw-r--r--applnk/compat/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/applnk/compat/CMakeLists.txt b/applnk/compat/CMakeLists.txt
index b7d1d6545..f85c79aa8 100644
--- a/applnk/compat/CMakeLists.txt
+++ b/applnk/compat/CMakeLists.txt
@@ -9,9 +9,12 @@
#
#################################################
-install( FILES
+tde_create_translated_desktop(
+ SOURCE
battery.desktop bwarning.desktop cwarning.desktop
power.desktop kcmkonq.desktop kcmkxmlrpcd.desktop
konqhtml.desktop socks.desktop virtualdesktops.desktop
email.desktop userinfo.desktop passwords.desktop
- DESTINATION ${APPS_INSTALL_DIR}/.hidden )
+ DESTINATION ${APPS_INSTALL_DIR}/.hidden
+ PO_DIR applnk-compat
+)