diff options
Diffstat (limited to 'tqt3integration/module/CMakeLists.txt')
-rw-r--r-- | tqt3integration/module/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tqt3integration/module/CMakeLists.txt b/tqt3integration/module/CMakeLists.txt index 1457020af..017da7224 100644 --- a/tqt3integration/module/CMakeLists.txt +++ b/tqt3integration/module/CMakeLists.txt @@ -25,7 +25,10 @@ link_directories( ##### service desktop file(s) ########################## -install( FILES tdeintegration.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded ) +tde_create_translated_desktop( + SOURCE tdeintegration.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/kded +) ##### kded_tdeintegration (module) ##################### |