From 0eb1e1370eabaf272d9f1cfa2b83f9d4a87ae7eb Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:00:42 +0100 Subject: [PATCH] Change to use qttranslations --- .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 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