diff options
author | Slávek Banko <[email protected]> | 2020-05-10 19:36:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-10 19:37:21 +0200 |
commit | 62e5e5ffca518fc2375b7b3d1971ae0666503bd6 (patch) | |
tree | d79dc8e0a595938198c585e53e18f8f2ce9e369c /src/CMakeLists.txt | |
parent | e6a5d03b8431cb5277e323555af1cb3dc03cc238 (diff) | |
download | wlassistant-62e5e5ffca518fc2375b7b3d1971ae0666503bd6.tar.gz wlassistant-62e5e5ffca518fc2375b7b3d1971ae0666503bd6.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]>
(cherry picked from commit 9b590e20fbdaf50639f84010c1127889b2f8b24b)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c730d31..c9be950 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories( ##### other data ################################ -install( FILES wlassistant.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( wlassistant.desktop ) ##### wlassistant(executable) ################### |