Embed Qt base translations in the executable

Fixes standard messagebox buttons not being translated
This commit is contained in:
Alexander Babikov
2024-11-18 02:33:55 +05:00
parent 6694c39f85
commit 81283ac848
6 changed files with 52 additions and 4 deletions

View File

@@ -593,7 +593,7 @@ else
grep -q " bullseye " /etc/apt/sources.list || echo [!] WARNING: System not running the expected Debian version
# Establish general dependencies.
pkgs="cmake ninja-build pkg-config git wget p7zip-full extra-cmake-modules wayland-protocols tar gzip file appstream"
pkgs="cmake ninja-build pkg-config git wget p7zip-full extra-cmake-modules wayland-protocols tar gzip file appstream qttranslations5-l10n"
if [ "$(dpkg --print-architecture)" = "$arch_deb" ]
then
pkgs="$pkgs build-essential"