use latest aqt

This commit is contained in:
Martin Rotter 2023-03-30 08:23:17 +02:00
parent c773f08004
commit d6d3505d83
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ else
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
# Install "aqtinstall" from its master branch to have latest code.
pip3 install -I git+https://github.com/miurahr/aqtinstall
pip3 install -I aqtinstall #git+https://github.com/miurahr/aqtinstall
echo "Qt bin directory is: $QTBIN"
echo "Qt will be installed to: $QTPATH"