Skip to content

Commit

Permalink
Change to use qttranslations
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Dec 23, 2024
1 parent 5bd2a8b commit 0eb1e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/autobuild/ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0eb1e13

Please sign in to comment.