diff options
Diffstat (limited to 'kontact/plugins/korganizer/CMakeLists.txt')
-rw-r--r-- | kontact/plugins/korganizer/CMakeLists.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/kontact/plugins/korganizer/CMakeLists.txt b/kontact/plugins/korganizer/CMakeLists.txt index fb270e854..6c0fa7d3e 100644 --- a/kontact/plugins/korganizer/CMakeLists.txt +++ b/kontact/plugins/korganizer/CMakeLists.txt @@ -30,13 +30,17 @@ link_directories( ##### other data ################################ -install( FILES - korganizerplugin.desktop todoplugin.desktop journalplugin.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kontact ) +tde_create_translated_desktop( + SOURCE korganizerplugin.desktop todoplugin.desktop journalplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/kontact + PO_DIR kontact-desktops +) -install( FILES - kcmkorgsummary.desktop - DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kcmkorgsummary.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kontact-desktops +) ##### libkontact_korganizerplugin (module) ###### |