diff options
author | Slávek Banko <[email protected]> | 2021-05-05 19:08:01 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-05 19:08:01 +0200 |
commit | 534dd67805952b297fae3e6f358eeeba1982a6b5 (patch) | |
tree | df04ae66af67cf03fd9139b5736de3d14777cbe9 /ksayit/Freeverb_plugin | |
parent | 637b8632f44459d64a1e688205f68cd1f38ad587 (diff) | |
download | tdeaccessibility-534dd67805952b297fae3e6f358eeeba1982a6b5.tar.gz tdeaccessibility-534dd67805952b297fae3e6f358eeeba1982a6b5.zip |
Add PO_DIR option to properly merge translations into desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ksayit/Freeverb_plugin')
-rw-r--r-- | ksayit/Freeverb_plugin/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) |