From 509de40974962520faee091c89ce8281c0d7c0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jun 2020 10:53:51 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kdiff3plugin/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdiff3plugin') 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 ) -- cgit v1.2.1