summaryrefslogtreecommitdiffstats
path: root/languages/lib/interfaces/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/lib/interfaces/CMakeLists.txt')
-rw-r--r--languages/lib/interfaces/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/languages/lib/interfaces/CMakeLists.txt b/languages/lib/interfaces/CMakeLists.txt
index 370eece3..9874e4eb 100644
--- a/languages/lib/interfaces/CMakeLists.txt
+++ b/languages/lib/interfaces/CMakeLists.txt
@@ -27,7 +27,11 @@ install( FILES kdevpcsimporter.h DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/lan
##### other data ################################
-install( FILES tdeveloppcsimporter.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE tdeveloppcsimporter.desktop
+ DESTINATION ${SERVICETYPES_INSTALL_DIR}
+ PO_DIR tdevelop-desktops
+)
##### lang_interfaces (shared) ##################