diff options
Diffstat (limited to 'conduits/abbrowserconduit/CMakeLists.txt')
-rw-r--r-- | conduits/abbrowserconduit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/CMakeLists.txt b/conduits/abbrowserconduit/CMakeLists.txt index 4792008..5c98843 100644 --- a/conduits/abbrowserconduit/CMakeLists.txt +++ b/conduits/abbrowserconduit/CMakeLists.txt @@ -30,7 +30,8 @@ install( FILES KPilotCustomFieldEditor.ui DESTINATION ${DATA_INSTALL_DIR}/kaddressbook/contacteditorpages ) -install( FILES abbrowser_conduit.desktop +tde_create_translated_desktop( + SOURCE abbrowser_conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |