diff --git a/.github/autobuild/ios.sh b/.github/autobuild/ios.sh index 50c75cb2f7..3d220ed3de 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 lrelease + python3 -m aqt install-qt --outputdir "${QT_DIR}" mac desktop "${QT_VERSION}" --archives qtbase qttranslations fi # deactivate and remove venv as aqt is no longer needed from here on