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