diff options
author | Slávek Banko <[email protected]> | 2020-05-05 01:30:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-05 01:30:34 +0200 |
commit | 480a2160b3106524eb75fd882079ac8cd5374069 (patch) | |
tree | c7dcb03511b578e13c33d4d816194203a4fe051c /src/CMakeLists.txt | |
parent | 78cf7ca197639fd8cb5053728b5ac8cf2c7e8cab (diff) | |
download | tdeio-sword-480a2160b3106524eb75fd882079ac8cd5374069.tar.gz tdeio-sword-480a2160b3106524eb75fd882079ac8cd5374069.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8e170cb..377bc05 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,7 +43,7 @@ tde_add_kpart( tdeio_sword AUTOMOC ##### other data -install( - FILES sword.protocol +tde_create_translated_desktop( + SOURCE sword.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) |