diff options
author | Slávek Banko <[email protected]> | 2020-04-06 15:35:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 15:35:29 +0200 |
commit | a0793ba1b3ee8f50463ec0403112f8fc6bb3b587 (patch) | |
tree | 0bc8a517a17d730c92ce56089b1267a170641a67 /src/CMakeLists.txt | |
parent | 3bcc801b31f7cd5b5f2998d919ab826de87e4b24 (diff) | |
download | kcmautostart-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.txt | 5 |
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 ) |