summaryrefslogtreecommitdiffstats
path: root/amarok/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/device')
-rw-r--r--amarok/src/device/massstorage/CMakeLists.txt5
-rw-r--r--amarok/src/device/nfs/CMakeLists.txt5
-rw-r--r--amarok/src/device/smb/CMakeLists.txt5
3 files changed, 12 insertions, 3 deletions
diff --git a/amarok/src/device/massstorage/CMakeLists.txt b/amarok/src/device/massstorage/CMakeLists.txt
index 3e866505..eee6e899 100644
--- a/amarok/src/device/massstorage/CMakeLists.txt
+++ b/amarok/src/device/massstorage/CMakeLists.txt
@@ -23,7 +23,10 @@ link_directories(
##### other data ################################
-install( FILES amarok_massstorage-device.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_massstorage-device.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_massstorage-device (module) #####
diff --git a/amarok/src/device/nfs/CMakeLists.txt b/amarok/src/device/nfs/CMakeLists.txt
index e0e9e847..b1cc877b 100644
--- a/amarok/src/device/nfs/CMakeLists.txt
+++ b/amarok/src/device/nfs/CMakeLists.txt
@@ -23,7 +23,10 @@ link_directories(
##### other data ################################
-install( FILES amarok_nfs-device.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_nfs-device.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_nfs-device (module) #############
diff --git a/amarok/src/device/smb/CMakeLists.txt b/amarok/src/device/smb/CMakeLists.txt
index cbbdbd7e..cb1b2fc2 100644
--- a/amarok/src/device/smb/CMakeLists.txt
+++ b/amarok/src/device/smb/CMakeLists.txt
@@ -23,7 +23,10 @@ link_directories(
##### other data ################################
-install( FILES amarok_smb-device.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_smb-device.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_smb-device (module) #############