summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/generic/CMakeLists.txt
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-07-13 19:41:35 +0000
committerSlávek Banko <slavek.banko@axis.cz>2021-07-14 14:51:58 +0200
commita2177ee5555fb5491d4d75f279b68b0b7252b36f (patch)
tree634a19f65f0848b526b5e196a811d2788e4ba942 /amarok/src/mediadevice/generic/CMakeLists.txt
parentf0f6bfb197823d9ba5a2468a5a5ef54a2da1817f (diff)
downloadamarok-a2177ee5555fb5491d4d75f279b68b0b7252b36f.tar.gz
amarok-a2177ee5555fb5491d4d75f279b68b0b7252b36f.zip
Replaced install() with tde_create_translated_desktop() for .desktop files in relevant CMakeLists.txt
Signed-off-by: Ray-V <ray-v@inbox.lv>
Diffstat (limited to 'amarok/src/mediadevice/generic/CMakeLists.txt')
-rw-r--r--amarok/src/mediadevice/generic/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/amarok/src/mediadevice/generic/CMakeLists.txt b/amarok/src/mediadevice/generic/CMakeLists.txt
index f4dc0958..23e98a17 100644
--- a/amarok/src/mediadevice/generic/CMakeLists.txt
+++ b/amarok/src/mediadevice/generic/CMakeLists.txt
@@ -27,7 +27,10 @@ link_directories(
##### other data ################################
-install( FILES amarok_generic-mediadevice.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_generic-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_generic-mediadevice (module) ####