summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-05 19:08:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-05 19:08:01 +0200
commit534dd67805952b297fae3e6f358eeeba1982a6b5 (patch)
treedf04ae66af67cf03fd9139b5736de3d14777cbe9 /kmag
parent637b8632f44459d64a1e688205f68cd1f38ad587 (diff)
downloadtdeaccessibility-534dd67805952b297fae3e6f358eeeba1982a6b5.tar.gz
tdeaccessibility-534dd67805952b297fae3e6f358eeeba1982a6b5.zip
Add PO_DIR option to properly merge translations into desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kmag')
-rw-r--r--kmag/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/kmag/CMakeLists.txt b/kmag/CMakeLists.txt
index 70fccec..4203949 100644
--- a/kmag/CMakeLists.txt
+++ b/kmag/CMakeLists.txt
@@ -46,4 +46,7 @@ install(
DESTINATION ${DATA_INSTALL_DIR}/kmag
)
-tde_create_translated_desktop( kmag.desktop )
+tde_create_translated_desktop(
+ SOURCE kmag.desktop
+ PO_DIR kmag-desktops
+)