From 7430474118b0d28b86f6ca0bce8fa3ff5a06999b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 13 Jul 2022 09:13:21 +0200 Subject: [PATCH] fiox --- resources/scripts/github-actions/build-linux-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index c91e48753..4de6b9fc8 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -37,7 +37,7 @@ else echo "Qt bin directory is: $QTBIN" echo "Qt will be installed to: $QTPATH" - aqt install-qt -O "$QTPATH" "mac" "desktop" "$QTVERSION" "clang_64" -m "qtwebengine" "qtwebchannel" + aqt install-qt -O "$QTPATH" "mac" "desktop" "$QTVERSION" "clang_64" -m "qtwebengine" "qtwebchannel" "qtmultimedia" "qt5compat" aqt install-tool -O "$QTPATH" "mac" "desktop" "tools_cmake" aqt install-tool -O "$QTPATH" "mac" "desktop" "tools_ninja"