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 --- kmousetool/kmousetool/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kmousetool') diff --git a/kmousetool/kmousetool/CMakeLists.txt b/kmousetool/kmousetool/CMakeLists.txt index 7b7df2d..1b3ca41 100644 --- a/kmousetool/kmousetool/CMakeLists.txt +++ b/kmousetool/kmousetool/CMakeLists.txt @@ -39,7 +39,10 @@ tde_add_executable( kmousetool AUTOMOC ##### other data -tde_create_translated_desktop( kmousetool.desktop ) +tde_create_translated_desktop( + SOURCE kmousetool.desktop + PO_DIR kmousetool-desktops +) install( FILES mousetool_tap.wav -- cgit v1.2.1