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