diff options
Diffstat (limited to 'interfaces/kregexpeditor/CMakeLists.txt')
-rw-r--r-- | interfaces/kregexpeditor/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/interfaces/kregexpeditor/CMakeLists.txt b/interfaces/kregexpeditor/CMakeLists.txt index bac8b8fe1..9781763d1 100644 --- a/interfaces/kregexpeditor/CMakeLists.txt +++ b/interfaces/kregexpeditor/CMakeLists.txt @@ -17,4 +17,8 @@ install( FILES ##### other data ################################ -install( FILES kregexpeditor.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kregexpeditor.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/interfaces-desktops +) |