diff options
Diffstat (limited to 'interfaces/tdescript/sample/CMakeLists.txt')
-rw-r--r-- | interfaces/tdescript/sample/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/interfaces/tdescript/sample/CMakeLists.txt b/interfaces/tdescript/sample/CMakeLists.txt index 46d031bff..8356f6ac8 100644 --- a/interfaces/tdescript/sample/CMakeLists.txt +++ b/interfaces/tdescript/sample/CMakeLists.txt @@ -25,7 +25,11 @@ link_directories( ##### other data ################################ -install( FILES shellscript.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE shellscript.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/interfaces-desktops +) ##### libshellscript ############################ |