summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pythonhello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python/app_templates/pythonhello/CMakeLists.txt')
-rw-r--r--languages/python/app_templates/pythonhello/CMakeLists.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt
index 14acd49a..07b6d4cc 100644
--- a/languages/python/app_templates/pythonhello/CMakeLists.txt
+++ b/languages/python/app_templates/pythonhello/CMakeLists.txt
@@ -20,6 +20,9 @@ install( FILES
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
-install( FILES
- pythonhello.kdevtemplate
- DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
+tde_create_translated_desktop(
+ SOURCE pythonhello.kdevtemplate
+ DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates
+ KEYWORDS Category
+ PO_DIR tdevelop-desktops
+)