diff options
Diffstat (limited to 'tdefile-plugins/elf/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/elf/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tdefile-plugins/elf/CMakeLists.txt b/tdefile-plugins/elf/CMakeLists.txt index 04bec18fe..c5f1ac0dc 100644 --- a/tdefile-plugins/elf/CMakeLists.txt +++ b/tdefile-plugins/elf/CMakeLists.txt @@ -29,7 +29,11 @@ link_directories( #### other data ################################# -install( FILES tdefile_elf.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdefile_elf.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops +) #### tdefile_elf (module) ######################### |