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