From a25cdc59c6302046b3121276f5a33f6b1b55a538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 10 Jun 2020 21:25:06 +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 --- kmahjongg/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kmahjongg/CMakeLists.txt') diff --git a/kmahjongg/CMakeLists.txt b/kmahjongg/CMakeLists.txt index c90d3fc8..5bcfe67c 100644 --- a/kmahjongg/CMakeLists.txt +++ b/kmahjongg/CMakeLists.txt @@ -38,9 +38,7 @@ install( FILES kmahjonggui.rc DESTINATION ${DATA_INSTALL_DIR}/kmahjongg ) -install( FILES kmahjongg.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kmahjongg.desktop ) install( FILES kmahjongg.kcfg DESTINATION ${KCFG_INSTALL_DIR} -- cgit v1.2.1