diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-31 19:18:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-31 19:18:47 +0200 |
commit | cfe279f15a6ca1dad65d63f289a6a6a8a91bb024 (patch) | |
tree | a94e1b610ad1a7989454fea921479fcd34e6da7d /kcron/CMakeLists.txt | |
parent | 1520d3a0913a80a9071c15c1a039e2b1c7dbb993 (diff) | |
download | tdeadmin-cfe279f15a6ca1dad65d63f289a6a6a8a91bb024.tar.gz tdeadmin-cfe279f15a6ca1dad65d63f289a6a6a8a91bb024.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 'kcron/CMakeLists.txt')
-rw-r--r-- | kcron/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kcron/CMakeLists.txt b/kcron/CMakeLists.txt index 66cd953..22a1d04 100644 --- a/kcron/CMakeLists.txt +++ b/kcron/CMakeLists.txt @@ -37,6 +37,4 @@ install( FILES kcronui.rc DESTINATION ${DATA_INSTALL_DIR}/kcron ) -install( FILES kcron.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kcron.desktop ) |