summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-10 19:36:56 +0200
committerSlávek Banko <[email protected]>2020-05-10 19:36:56 +0200
commit9b590e20fbdaf50639f84010c1127889b2f8b24b (patch)
tree1b923fc7f67cea8bb60a7123c07e9425f70aac25 /src/CMakeLists.txt
parent3b62b58ca4a0eed5bc9cee1fdf83eb074aba1322 (diff)
downloadwlassistant-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.txt2
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) ###################