From 534dd67805952b297fae3e6f358eeeba1982a6b5 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 --- ksayit/Freeverb_plugin/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ksayit/Freeverb_plugin') diff --git a/ksayit/Freeverb_plugin/CMakeLists.txt b/ksayit/Freeverb_plugin/CMakeLists.txt index c705217..ed4a7cd 100644 --- a/ksayit/Freeverb_plugin/CMakeLists.txt +++ b/ksayit/Freeverb_plugin/CMakeLists.txt @@ -36,9 +36,11 @@ tde_add_library( libFreeverb_plugin MODULE AUTOMOC tde_create_translated_desktop( SOURCE ksayit_libFreeverb_service.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR ksayit-desktops ) tde_create_translated_desktop( SOURCE ksayit_libFreeverb.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ksayit-desktops ) -- cgit v1.2.3