summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-06 15:35:29 +0200
committerSlávek Banko <[email protected]>2020-04-06 15:35:29 +0200
commita0793ba1b3ee8f50463ec0403112f8fc6bb3b587 (patch)
tree0bc8a517a17d730c92ce56089b1267a170641a67 /src/CMakeLists.txt
parent3bcc801b31f7cd5b5f2998d919ab826de87e4b24 (diff)
downloadkcmautostart-a0793ba1b3ee8f50463ec0403112f8fc6bb3b587.tar.gz
kcmautostart-a0793ba1b3ee8f50463ec0403112f8fc6bb3b587.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.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ef9d1d7..b2b25d0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -23,7 +23,4 @@ tde_add_kpart( kcm_autostart AUTOMOC
##### other data
-install(
- FILES autostart.desktop
- DESTINATION ${XDG_APPS_INSTALL_DIR}
-)
+tde_create_translated_desktop( autostart.desktop )