diff options
Diffstat (limited to 'tdefile-plugins/sid/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/sid/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tdefile-plugins/sid/CMakeLists.txt b/tdefile-plugins/sid/CMakeLists.txt index 5802a35a..68c8f94a 100644 --- a/tdefile-plugins/sid/CMakeLists.txt +++ b/tdefile-plugins/sid/CMakeLists.txt @@ -35,4 +35,8 @@ tde_add_kpart( tdefile_sid AUTOMOC ##### other data ################################ -install( FILES tdefile_sid.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdefile_sid.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops +) |