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