diff options
Diffstat (limited to 'fileplugin/CMakeLists.txt')
-rw-r--r-- | fileplugin/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fileplugin/CMakeLists.txt b/fileplugin/CMakeLists.txt index 78af279..a139813 100644 --- a/fileplugin/CMakeLists.txt +++ b/fileplugin/CMakeLists.txt @@ -28,7 +28,8 @@ tde_add_kpart( tdefile_kbarcode AUTOMOC ##### other data -install( - FILES tdefile_kbarcode.desktop +tde_create_translated_desktop( + SOURCE tdefile_kbarcode.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/ ) |