This commit is contained in:
Martin Rotter 2022-07-13 09:15:57 +02:00
parent 7430474118
commit 0ef8f4f06c

View File

@ -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" "qtmultimedia" "qt5compat"
aqt install-qt -O "$QTPATH" "mac" "desktop" "$QTVERSION" "clang_64" -m "qtwebengine" "qtwebchannel" "qtmultimedia" "qt5compat" "qtpositioning"
aqt install-tool -O "$QTPATH" "mac" "desktop" "tools_cmake"
aqt install-tool -O "$QTPATH" "mac" "desktop" "tools_ninja"