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