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