summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-07 19:01:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-07 19:01:27 +0200
commitc1e02c1baefcdb7c854912210e21258767e64bba (patch)
treee171cb88adccf597bfee07280557823a758d28c2 /client
parent6b4ac8969c557ffadfd1b40f5079e980cdf1d462 (diff)
downloadtde-style-domino-c1e02c1baefcdb7c854912210e21258767e64bba.tar.gz
tde-style-domino-c1e02c1baefcdb7c854912210e21258767e64bba.zip
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 138918b..c9f8372 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -36,7 +36,7 @@ tde_add_kpart( twin3_domino AUTOMOC
##### other data
-install(
- FILES domino.desktop
+tde_create_translated_desktop(
+ SOURCE domino.desktop
DESTINATION ${DATA_INSTALL_DIR}/twin
)