diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 17:26:03 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-08-28 09:46:50 +0200 |
| commit | 24c7af0ccb3c8d2981d658140428422de90c24f1 (patch) | |
| tree | 3082969f3b7ea24f12a99f828d0486fc976d482d /src/pics/quant/CMakeLists.txt | |
| parent | 1d58dd5c6137286d54223f490b48529512f97d32 (diff) | |
| download | k3b-24c7af0c.tar.gz k3b-24c7af0c.zip | |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c81945a0823af6177bc05263edf11ba379e60e7c)
Diffstat (limited to 'src/pics/quant/CMakeLists.txt')
| -rw-r--r-- | src/pics/quant/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/pics/quant/CMakeLists.txt b/src/pics/quant/CMakeLists.txt index d332b4a..32e4a1f 100644 --- a/src/pics/quant/CMakeLists.txt +++ b/src/pics/quant/CMakeLists.txt @@ -1,8 +1,13 @@ # This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_translated_desktop( + SOURCE k3b.theme + DESTINATION ${DATA_INSTALL_DIR}/k3b/pics/quant +) + install( FILES splash.png project_left.png project_right.png media_audio.png media_data.png media_video.png media_empty.png media_left.png media_mixed.png media_none.png progress_working.png progress_fail.png progress_success.png - progress_right.png dialog_left.png dialog_right.png welcome_bg.png k3b.theme + progress_right.png dialog_left.png dialog_right.png welcome_bg.png DESTINATION ${DATA_INSTALL_DIR}/k3b/pics/quant ) |
