diff options
author | Slávek Banko <[email protected]> | 2022-08-27 17:26:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 17:26:03 +0200 |
commit | c81945a0823af6177bc05263edf11ba379e60e7c (patch) | |
tree | 7ff9a56a981409cccaa402f9a07c6b3327f609e1 /k3bsetup/CMakeLists.txt | |
parent | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (diff) | |
download | k3b-c81945a0823af6177bc05263edf11ba379e60e7c.tar.gz k3b-c81945a0823af6177bc05263edf11ba379e60e7c.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'k3bsetup/CMakeLists.txt')
-rw-r--r-- | k3bsetup/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/k3bsetup/CMakeLists.txt b/k3bsetup/CMakeLists.txt index 5e01b91..2a5f9d6 100644 --- a/k3bsetup/CMakeLists.txt +++ b/k3bsetup/CMakeLists.txt @@ -42,6 +42,7 @@ install( PROGRAMS k3bsetup ##### other data ################################ -install( FILES k3bsetup2.desktop +tde_create_translated_desktop( + SOURCE k3bsetup2.desktop DESTINATION ${APPS_INSTALL_DIR}/Settings/System ) |