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