diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 10:53:51 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 10:53:51 +0200 |
commit | 509de40974962520faee091c89ce8281c0d7c0bc (patch) | |
tree | 11f6ba3e78eeb8ac4245bb9f4542cddcc21d4a63 /kdiff3plugin | |
parent | 8dfa8ebe8d0a0590cf2c74f7ccdd86dac4d30908 (diff) | |
download | kdiff3-509de40974962520faee091c89ce8281c0d7c0bc.tar.gz kdiff3-509de40974962520faee091c89ce8281c0d7c0bc.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')
-rw-r--r-- | kdiff3plugin/CMakeLists.txt | 8 |
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 ) |