summaryrefslogtreecommitdiffstats
path: root/kdiff3plugin/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:53:51 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:53:51 +0200
commit509de40974962520faee091c89ce8281c0d7c0bc (patch)
tree11f6ba3e78eeb8ac4245bb9f4542cddcc21d4a63 /kdiff3plugin/CMakeLists.txt
parent8dfa8ebe8d0a0590cf2c74f7ccdd86dac4d30908 (diff)
downloadkdiff3-509de409.tar.gz
kdiff3-509de409.zip
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kdiff3plugin/CMakeLists.txt')
-rw-r--r--kdiff3plugin/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdiff3plugin/CMakeLists.txt b/kdiff3plugin/CMakeLists.txt
index adc17f0..6e2bf90 100644
--- a/kdiff3plugin/CMakeLists.txt
+++ b/kdiff3plugin/CMakeLists.txt
@@ -29,12 +29,12 @@ tde_add_kpart( libkdiff3plugin AUTOMOC
##### other data
-install(
- FILES kdiff3_plugin.desktop
+tde_create_translated_desktop(
+ SOURCE kdiff3_plugin.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)
-install(
- FILES kdiff3plugin.desktop
+tde_create_translated_desktop(
+ SOURCE kdiff3plugin.desktop
DESTINATION ${APPS_INSTALL_DIR}/.hidden
)