diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-02 17:50:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-02 17:50:07 +0200 |
commit | 973ccd2d158a63ad581504ab32fdae872e57cbfd (patch) | |
tree | f1e6a4cb0763e57458c5fb6c86be2dc01e8ef492 /sounds/CMakeLists.txt | |
parent | 761db40024a2195b2ab3f19357db8b236e25ad56 (diff) | |
download | kshutdown-973ccd2d158a63ad581504ab32fdae872e57cbfd.tar.gz kshutdown-973ccd2d158a63ad581504ab32fdae872e57cbfd.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 'sounds/CMakeLists.txt')
-rw-r--r-- | sounds/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sounds/CMakeLists.txt b/sounds/CMakeLists.txt index 4b01e07..d07888b 100644 --- a/sounds/CMakeLists.txt +++ b/sounds/CMakeLists.txt @@ -7,7 +7,7 @@ install( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/sounds ) -install( - FILES eventsrc +tde_create_translated_desktop( + SOURCE eventsrc DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) |