summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui/CMakeLists.txt')
-rw-r--r--kbabel/commonui/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/kbabel/commonui/CMakeLists.txt b/kbabel/commonui/CMakeLists.txt
index 4738a909..bfe90cfd 100644
--- a/kbabel/commonui/CMakeLists.txt
+++ b/kbabel/commonui/CMakeLists.txt
@@ -22,9 +22,11 @@ include_directories(
##### other data ################################
-install( FILES
- kbabel_validator.desktop kbabel_tool.desktop
- DESTINATION ${SERVICETYPES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kbabel_validator.desktop kbabel_tool.desktop
+ DESTINATION ${SERVICETYPES_INSTALL_DIR}
+ PO_DIR kbabel-desktops
+)