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 --- klines/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'klines/CMakeLists.txt') diff --git a/klines/CMakeLists.txt b/klines/CMakeLists.txt index ab7e01ba..1f28598e 100644 --- a/klines/CMakeLists.txt +++ b/klines/CMakeLists.txt @@ -31,9 +31,7 @@ tde_install_icons( klines ) ##### other data ################################ -install( FILES klines.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( klines.desktop ) install( FILES klinesui.rc DESTINATION ${DATA_INSTALL_DIR}/klines -- cgit v1.2.1