diff options
Diffstat (limited to 'kmilo/thinkpad/CMakeLists.txt')
-rw-r--r-- | kmilo/thinkpad/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmilo/thinkpad/CMakeLists.txt b/kmilo/thinkpad/CMakeLists.txt index 1bee777..95c5927 100644 --- a/kmilo/thinkpad/CMakeLists.txt +++ b/kmilo/thinkpad/CMakeLists.txt @@ -37,7 +37,8 @@ tde_add_kpart( kmilo_thinkpad AUTOMOC ##### other data ################################ -install( FILES kmilo_thinkpad.desktop +tde_create_translated_desktop( + SOURCE kmilo_thinkpad.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kmilo + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kmilo-desktops ) - |