diff options
author | Slávek Banko <[email protected]> | 2020-05-24 15:27:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-24 15:27:28 +0200 |
commit | 116937ea03e3a562da66dade385a11439babe7e5 (patch) | |
tree | f30780324b4d5e594c788fcc0fe4270a3bea7eb5 /src/CMakeLists.txt | |
parent | 71bf339cb4775aab496816ad86a5f0e7e48fc492 (diff) | |
download | kcmldap-116937ea03e3a562da66dade385a11439babe7e5.tar.gz kcmldap-116937ea03e3a562da66dade385a11439babe7e5.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 '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 3c25e30..c70c23b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -42,7 +42,4 @@ tde_add_kpart( kcm_ldapbonding AUTOMOC ##### other data -install( - FILES ldapbonding.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( ldapbonding.desktop ) |