diff options
Diffstat (limited to 'kmobile/devices/skeleton/CMakeLists.txt')
-rw-r--r-- | kmobile/devices/skeleton/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/kmobile/devices/skeleton/CMakeLists.txt b/kmobile/devices/skeleton/CMakeLists.txt index 005f25ff5..2c206ccdb 100644 --- a/kmobile/devices/skeleton/CMakeLists.txt +++ b/kmobile/devices/skeleton/CMakeLists.txt @@ -25,9 +25,11 @@ link_directories( ##### other data ################################ -install( FILES - libkmobile_skeleton.desktop - DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE libkmobile_skeleton.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kmobile-desktops +) ##### libkmobile_skeleton (module) ############## |