diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-15 20:12:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-15 20:12:47 +0200 |
commit | cb8cda7bca532df21c02bc4d2bfd03387df7f852 (patch) | |
tree | 7f6b988c304024c9a45bccc2070790b65b95553e /konq-plugins/arkplugin/CMakeLists.txt | |
parent | 41f27d91571102626d9aae843adbe070fcb5aef3 (diff) | |
download | tdeaddons-cb8cda7bca532df21c02bc4d2bfd03387df7f852.tar.gz tdeaddons-cb8cda7bca532df21c02bc4d2bfd03387df7f852.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 'konq-plugins/arkplugin/CMakeLists.txt')
-rw-r--r-- | konq-plugins/arkplugin/CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/konq-plugins/arkplugin/CMakeLists.txt b/konq-plugins/arkplugin/CMakeLists.txt index 65c6320..5fd6113 100644 --- a/konq-plugins/arkplugin/CMakeLists.txt +++ b/konq-plugins/arkplugin/CMakeLists.txt @@ -24,10 +24,14 @@ tde_add_kpart( libarkplugin AUTOMOC ##### other data ################################ -install( FILES ark_plugin.desktop +tde_create_translated_desktop( + SOURCE ark_plugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR konq-plugins-desktops ) -install( FILES arkplugin.desktop +tde_create_translated_desktop( + SOURCE arkplugin.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden + PO_DIR konq-plugins-desktops ) |