diff options
Diffstat (limited to 'parts/texttools/CMakeLists.txt')
-rw-r--r-- | parts/texttools/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/parts/texttools/CMakeLists.txt b/parts/texttools/CMakeLists.txt index 2ed4221c..b33cc268 100644 --- a/parts/texttools/CMakeLists.txt +++ b/parts/texttools/CMakeLists.txt @@ -26,7 +26,11 @@ link_directories( ##### other data ################################ -install( FILES kdevtexttools.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kdevtexttools.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libkdevtexttools (module) ################# |