diff options
Diffstat (limited to 'kate/helloworld/CMakeLists.txt')
-rw-r--r-- | kate/helloworld/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kate/helloworld/CMakeLists.txt b/kate/helloworld/CMakeLists.txt index b68bfcc..9e8b55a 100644 --- a/kate/helloworld/CMakeLists.txt +++ b/kate/helloworld/CMakeLists.txt @@ -28,6 +28,8 @@ install( FILES ui.rc DESTINATION ${DATA_INSTALL_DIR}/kate/plugins/katehelloworld ) -install( FILES katehelloworld.desktop +tde_create_translated_desktop( + SOURCE katehelloworld.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kate-plugins-desktops ) |