summaryrefslogtreecommitdiffstats
path: root/conduits/popmail/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-11-30 11:53:24 +0100
committerSlávek Banko <[email protected]>2022-12-02 12:22:20 +0100
commit7a58626b341481c8e37cf5a8b9b961107c8ab0ac (patch)
treebab45e0b223ef2afbf95f7fc58f4f9ecb1a415d4 /conduits/popmail/CMakeLists.txt
parente365033d55c6264b3fece6bb85616553dab7d61e (diff)
downloadkpilot-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 <[email protected]>
Diffstat (limited to 'conduits/popmail/CMakeLists.txt')
-rw-r--r--conduits/popmail/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/popmail/CMakeLists.txt b/conduits/popmail/CMakeLists.txt
index debc512..61c2bf1 100644
--- a/conduits/popmail/CMakeLists.txt
+++ b/conduits/popmail/CMakeLists.txt
@@ -25,7 +25,8 @@ tde_add_kpart( conduit_popmail AUTOMOC
##### other data ################################
-install( FILES popmail-conduit.desktop
+tde_create_translated_desktop(
+ SOURCE popmail-conduit.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)