Skip to content

Commit

Permalink
aqt
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed May 9, 2024
1 parent 476799f commit dce311c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/scripts/github-actions/build-linux-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ else
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"

# Install "aqtinstall" from its master branch to have latest code.
pip3 install -I aqtinstall #git+https://github.com/miurahr/aqtinstall
pip3 install -I aqtinstall

echo "Qt bin directory is: $QTBIN"
echo "Qt will be installed to: $QTPATH"
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/github-actions/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $qt_path = "$old_pwd\qt"

# Install "aqtinstall" from its master branch to have latest code.
pip3 install -U pip
pip3 install -I git+https://github.com/miurahr/aqtinstall
pip3 install -I aqtinstall

if ($is_qt_6) {
aqt -c 'aqt\settings.ini' install-qt -O "$qt_path" windows desktop $qt_version win64_msvc2019_64 -m qtwebengine qtimageformats qtmultimedia qt5compat qtwebchannel qtpositioning
Expand Down

0 comments on commit dce311c

Please sign in to comment.