summaryrefslogtreecommitdiffstats
path: root/tdeioslaves/videodvd/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-27 17:26:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-27 17:26:03 +0200
commitc81945a0823af6177bc05263edf11ba379e60e7c (patch)
tree7ff9a56a981409cccaa402f9a07c6b3327f609e1 /tdeioslaves/videodvd/CMakeLists.txt
parent3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (diff)
downloadk3b-c81945a0823af6177bc05263edf11ba379e60e7c.tar.gz
k3b-c81945a0823af6177bc05263edf11ba379e60e7c.zip
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeioslaves/videodvd/CMakeLists.txt')
-rw-r--r--tdeioslaves/videodvd/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/tdeioslaves/videodvd/CMakeLists.txt b/tdeioslaves/videodvd/CMakeLists.txt
index 9a7ffd8..b9f33bb 100644
--- a/tdeioslaves/videodvd/CMakeLists.txt
+++ b/tdeioslaves/videodvd/CMakeLists.txt
@@ -36,10 +36,12 @@ tde_add_kpart( tdeio_videodvd AUTOMOC
##### other data ################################
-install( FILES videodvd.desktop
+tde_create_translated_desktop(
+ SOURCE videodvd.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services
)
-install( FILES videodvd.protocol
+tde_create_translated_desktop(
+ SOURCE videodvd.protocol
DESTINATION ${SERVICES_INSTALL_DIR}
)