summaryrefslogtreecommitdiffstats
path: root/parts/distpart/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parts/distpart/CMakeLists.txt')
-rw-r--r--parts/distpart/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/parts/distpart/CMakeLists.txt b/parts/distpart/CMakeLists.txt
index 15fcb85e..b9f9137a 100644
--- a/parts/distpart/CMakeLists.txt
+++ b/parts/distpart/CMakeLists.txt
@@ -27,7 +27,12 @@ link_directories(
##### other data ################################
-install( FILES kdevdistpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kdevdistpart.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdevelop-desktops
+)
+
install( FILES kdevpart_distpart.rc DESTINATION ${DATA_INSTALL_DIR}/kdevdistpart )