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:36:56 +0200 |
commit | 9b590e20fbdaf50639f84010c1127889b2f8b24b (patch) | |
tree | 1b923fc7f67cea8bb60a7123c07e9425f70aac25 /src/CMakeLists.txt | |
parent | 3b62b58ca4a0eed5bc9cee1fdf83eb074aba1322 (diff) | |
download | wlassistant-9b590e20fbdaf50639f84010c1127889b2f8b24b.tar.gz wlassistant-9b590e20fbdaf50639f84010c1127889b2f8b24b.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 | 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) ################### |