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