summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-06-21 10:48:34 +0200
committerSlávek Banko <[email protected]>2020-06-21 10:48:34 +0200
commit2d5bba7248e81f0b901ed2637867418b4bce8a8d (patch)
treefc3ca8c892f30ef062d298d3c8f78f872b38e7bc /src/CMakeLists.txt
parenteb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2 (diff)
downloadkdbusnotification-2d5bba7248e81f0b901ed2637867418b4bce8a8d.tar.gz
kdbusnotification-2d5bba7248e81f0b901ed2637867418b4bce8a8d.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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f5fa9c5..22fd2a3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -3,7 +3,7 @@ add_subdirectory( daemon )
##### other data
-install(
- FILES kdbusnotification-autostart.desktop
+tde_create_translated_desktop(
+ SOURCE kdbusnotification-autostart.desktop
DESTINATION ${AUTOSTART_INSTALL_DIR}
)