diff options
author | Slávek Banko <[email protected]> | 2020-07-07 19:01:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-07 19:01:27 +0200 |
commit | c1e02c1baefcdb7c854912210e21258767e64bba (patch) | |
tree | e171cb88adccf597bfee07280557823a758d28c2 /client | |
parent | 6b4ac8969c557ffadfd1b40f5079e980cdf1d462 (diff) | |
download | tde-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 <[email protected]>
Diffstat (limited to 'client')
-rw-r--r-- | client/CMakeLists.txt | 4 |
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 ) |