From 5bd2a8bffd5049c75eb1e3b7f0db72acdebf7913 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:53:10 +0100 Subject: [PATCH] Add lrelease --- .github/autobuild/ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autobuild/ios.sh b/.github/autobuild/ios.sh index 64a1ead213..50c75cb2f7 100755 --- a/.github/autobuild/ios.sh +++ b/.github/autobuild/ios.sh @@ -67,7 +67,7 @@ setup() { # Starting with Qt6, ios' qtbase install does no longer include a real qmake binary. # Instead, it is a script which invokes the mac desktop qmake. # As of aqtinstall 2.1.0 / 04/2022, desktop qtbase has to be installed manually: - python3 -m aqt install-qt --outputdir "${QT_DIR}" mac desktop "${QT_VERSION}" --archives qtbase + python3 -m aqt install-qt --outputdir "${QT_DIR}" mac desktop "${QT_VERSION}" --archives qtbase lrelease fi # deactivate and remove venv as aqt is no longer needed from here on