diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-11-30 11:53:24 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-12-02 12:22:20 +0100 |
commit | 7a58626b341481c8e37cf5a8b9b961107c8ab0ac (patch) | |
tree | bab45e0b223ef2afbf95f7fc58f4f9ecb1a415d4 /conduits/vcalconduit/CMakeLists.txt | |
parent | e365033d55c6264b3fece6bb85616553dab7d61e (diff) | |
download | kpilot-7a58626b341481c8e37cf5a8b9b961107c8ab0ac.tar.gz kpilot-7a58626b341481c8e37cf5a8b9b961107c8ab0ac.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Use common rules for build and install documentation.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'conduits/vcalconduit/CMakeLists.txt')
-rw-r--r-- | conduits/vcalconduit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/vcalconduit/CMakeLists.txt b/conduits/vcalconduit/CMakeLists.txt index 0a58dc3..b251f78 100644 --- a/conduits/vcalconduit/CMakeLists.txt +++ b/conduits/vcalconduit/CMakeLists.txt @@ -48,7 +48,8 @@ tde_add_kpart( conduit_todo AUTOMOC ##### other data ################################ -install( FILES vcal-conduit.desktop todo-conduit.desktop +tde_create_translated_desktop( + SOURCE vcal-conduit.desktop todo-conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |