summaryrefslogtreecommitdiffstats
path: root/buildtools/qmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/qmake/CMakeLists.txt')
-rw-r--r--buildtools/qmake/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/buildtools/qmake/CMakeLists.txt b/buildtools/qmake/CMakeLists.txt
index fa281096..b77b4c35 100644
--- a/buildtools/qmake/CMakeLists.txt
+++ b/buildtools/qmake/CMakeLists.txt
@@ -31,7 +31,12 @@ link_directories(
##### other data ################################
-install( FILES kdevtrollproject.desktop kdevtmakeproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kdevtrollproject.desktop kdevtmakeproject.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdevelop-desktops
+)
+
install( FILES kdevtrollproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevtrollproject )