summaryrefslogtreecommitdiffstats
path: root/quanta/data/config/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-03-16 00:02:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-05-05 20:39:11 +0200
commit9a433f8b79341838590b19b833a59b4a1db216bf (patch)
tree07608f16e2af3f42a91b57cc90d35abebb40d210 /quanta/data/config/CMakeLists.txt
parent6a49862306032b0d39f3bbd7521798e50b63dd95 (diff)
downloadtdewebdev-9a433f8b79341838590b19b833a59b4a1db216bf.tar.gz
tdewebdev-9a433f8b79341838590b19b833a59b4a1db216bf.zip
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9b215fd2af36fbe86fc507d0cb3bba415c88fb58)
Diffstat (limited to 'quanta/data/config/CMakeLists.txt')
-rw-r--r--quanta/data/config/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/quanta/data/config/CMakeLists.txt b/quanta/data/config/CMakeLists.txt
index fa091c93..2a839156 100644
--- a/quanta/data/config/CMakeLists.txt
+++ b/quanta/data/config/CMakeLists.txt
@@ -13,6 +13,8 @@ install( FILES
plugins.rc actions.rc quantaui.rc
DESTINATION ${DATA_INSTALL_DIR}/quanta )
-install( FILES
- quanta_preview_config.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE quanta_preview_config.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR quanta-desktops
+)