diff options
Diffstat (limited to 'kmobile/devices/digicam/CMakeLists.txt')
-rw-r--r-- | kmobile/devices/digicam/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kmobile/devices/digicam/CMakeLists.txt b/kmobile/devices/digicam/CMakeLists.txt index 9aee42c11..79213f2dc 100644 --- a/kmobile/devices/digicam/CMakeLists.txt +++ b/kmobile/devices/digicam/CMakeLists.txt @@ -9,4 +9,8 @@ # ################################################# -install( FILES libkmobile_digicam.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE libkmobile_digicam.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kmobile-desktops +) |