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