From 1b87ee119571516b414c70e4afab9fd68750b1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 6 Feb 2022 18:30:48 +0100 Subject: Copy translations to a new directory layout. Use common rules for build and install translations. Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- part/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'part/CMakeLists.txt') diff --git a/part/CMakeLists.txt b/part/CMakeLists.txt index 58e5261..f515ba8 100644 --- a/part/CMakeLists.txt +++ b/part/CMakeLists.txt @@ -68,7 +68,7 @@ install( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) -install( - FILES kxmleditorpart.desktop +tde_create_translated_desktop( + SOURCE kxmleditorpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -- cgit v1.2.1