summaryrefslogtreecommitdiffstats
path: root/src/konqi/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-28 09:46:50 +0200
commit24c7af0ccb3c8d2981d658140428422de90c24f1 (patch)
tree3082969f3b7ea24f12a99f828d0486fc976d482d /src/konqi/CMakeLists.txt
parent1d58dd5c6137286d54223f490b48529512f97d32 (diff)
downloadk3b-24c7af0c.tar.gz
k3b-24c7af0c.zip
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c81945a0823af6177bc05263edf11ba379e60e7c)
Diffstat (limited to 'src/konqi/CMakeLists.txt')
-rw-r--r--src/konqi/CMakeLists.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/konqi/CMakeLists.txt b/src/konqi/CMakeLists.txt
index 4cce2b2..41bc56e 100644
--- a/src/konqi/CMakeLists.txt
+++ b/src/konqi/CMakeLists.txt
@@ -1,13 +1,16 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-install( FILES k3b_create_data_cd.desktop k3b_create_data_dvd.desktop
- k3b_create_audio_cd.desktop k3b_create_video_cd.desktop
- k3b_write_bin_image.desktop k3b_write_iso_image.desktop
+tde_create_translated_desktop(
+ SOURCE
+ k3b_create_data_cd.desktop k3b_create_data_dvd.desktop
+ k3b_create_audio_cd.desktop k3b_create_video_cd.desktop
+ k3b_write_bin_image.desktop k3b_write_iso_image.desktop
DESTINATION ${DATA_INSTALL_DIR}/k3b/servicemenus
)
-install( FILES k3b_audiocd_rip.desktop k3b_videodvd_rip.desktop
- k3b_cd_copy.desktop k3b_dvd_copy.desktop k3b_handle_empty_dvd.desktop
- k3b_handle_empty_cd.desktop
+tde_create_translated_desktop(
+ SOURCE
+ k3b_audiocd_rip.desktop k3b_videodvd_rip.desktop
+ k3b_cd_copy.desktop k3b_dvd_copy.desktop
+ k3b_handle_empty_dvd.desktop k3b_handle_empty_cd.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus
)