Skip to content

Commit 9855b8a

Browse files
author
Martin Rotter
committed
fix macosx build
1 parent 03eef37 commit 9855b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/github-actions/build-linux-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
echo "Qt bin directory is: $QTBIN"
3434
echo "Qt will be installed to: $QTPATH"
3535

36-
aqt install -O "$QTPATH" "5.15.2" "mac" "desktop" "clang_64" -m "qtwebengine" "qtmultimedia"
36+
aqt install-qt -O "$QTPATH" "mac" "desktop" "$QTVERSION" "clang_64" -m "qtwebengine"
3737

3838
export QT_PLUGIN_PATH="$QTPATH/$QTVERSION/clang_64/plugins"
3939
export PATH="$QTBIN:$PATH"

0 commit comments

Comments
 (0)