summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/CMakeLists.txt')
-rw-r--r--tdecachegrind/tdecachegrind/CMakeLists.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/tdecachegrind/tdecachegrind/CMakeLists.txt b/tdecachegrind/tdecachegrind/CMakeLists.txt
index 3906452e..602a02af 100644
--- a/tdecachegrind/tdecachegrind/CMakeLists.txt
+++ b/tdecachegrind/tdecachegrind/CMakeLists.txt
@@ -25,9 +25,20 @@ link_directories(
##### other data ################################
tde_install_icons( )
-install( FILES tdecachegrind.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+
+tde_create_translated_desktop(
+ SOURCE tdecachegrind.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+ PO_DIR tdecachegrind-desktops
+)
+
install( FILES tdecachegrindui.rc tips DESTINATION ${DATA_INSTALL_DIR}/tdecachegrind )
-install( FILES x-tdecachegrind.desktop DESTINATION ${MIME_INSTALL_DIR}/application )
+
+tde_create_translated_desktop(
+ SOURCE x-tdecachegrind.desktop
+ DESTINATION ${MIME_INSTALL_DIR}/application
+ PO_DIR tdecachegrind-desktops
+)
##### tdecachegrind (executable) ##################