We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eef37 commit 9855b8aCopy full SHA for 9855b8a
resources/scripts/github-actions/build-linux-mac.sh
@@ -33,7 +33,7 @@ else
33
echo "Qt bin directory is: $QTBIN"
34
echo "Qt will be installed to: $QTPATH"
35
36
- aqt install -O "$QTPATH" "5.15.2" "mac" "desktop" "clang_64" -m "qtwebengine" "qtmultimedia"
+ aqt install-qt -O "$QTPATH" "mac" "desktop" "$QTVERSION" "clang_64" -m "qtwebengine"
37
38
export QT_PLUGIN_PATH="$QTPATH/$QTVERSION/clang_64/plugins"
39
export PATH="$QTBIN:$PATH"
0 commit comments