From e4f276276f0a693abee462e0589d7bcdb70bd73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 5 May 2021 19:08:01 +0200 Subject: Add PO_DIR option to properly merge translations into 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 534dd67805952b297fae3e6f358eeeba1982a6b5) --- ksayit/src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ksayit/src/CMakeLists.txt') diff --git a/ksayit/src/CMakeLists.txt b/ksayit/src/CMakeLists.txt index bcb44fb..ecbaca8 100644 --- a/ksayit/src/CMakeLists.txt +++ b/ksayit/src/CMakeLists.txt @@ -62,7 +62,10 @@ install( DESTINATION ${DATA_INSTALL_DIR}/ksayit ) -tde_create_translated_desktop( ksayit.desktop ) +tde_create_translated_desktop( + SOURCE ksayit.desktop + PO_DIR ksayit-desktops +) install( FILES ksayit_fxplugin.h -- cgit v1.2.1