diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-25 15:42:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-25 15:42:33 +0200 |
commit | 2cc8190f867987c262804c30735a75bbb801176f (patch) | |
tree | 03f8a37fe40637cf90456f12790aa9fdf2bb318d /src/CMakeLists.txt | |
parent | 6c64b68082c6c9dc92eb9e4bc66613c30b8f8589 (diff) | |
download | kcmldapcontroller-2cc8190f867987c262804c30735a75bbb801176f.tar.gz kcmldapcontroller-2cc8190f867987c262804c30735a75bbb801176f.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>
(cherry picked from commit 3b23a90dfc3eb1feeb5d4755b867a31ef425e297)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d061fb2..9d07317 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -45,7 +45,4 @@ tde_add_kpart( kcm_ldapcontroller AUTOMOC ##### other data -install( - FILES ldapcontroller.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( ldapcontroller.desktop ) |