From f21f9ca5b0811d378e62958e36ca88673cca471f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 2 Feb 2022 09:46:01 +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 (cherry picked from commit f404beea525cde0e93fb0e2579daaa789a8ece04) --- style/CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'style/CMakeLists.txt') diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index f7a29b6..fc14b38 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -29,10 +29,13 @@ link_directories( ##### other data ################################ -install( FILES qtcurve.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) +tde_create_translated_desktop( + SOURCE qtcurve.themerc + DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes +) -##### plastik ################################### +##### qtcurve ################################### set( target qtcurve ) -- cgit v1.2.1