Test aqtinstall for macosx.

This commit is contained in:
Martin Rotter 2020-11-26 09:49:40 +01:00
parent ca13b6033b
commit 8f6c0a0bff

View File

@ -8,7 +8,9 @@ QTBIN="$QTPATH/$QTVERSION/clang_64/bin"
echo "Qt bin directory is: $QTBIN"
echo "Qt will be installed to: $QTPATH"
aqt install -O "$QTPATH" 5.15.2 mac desktop clang_64 -m qtwebengine
7z
aqt install -E 7z -O "$QTPATH" 5.15.2 mac desktop clang_64 -m qtwebengine
export QT_PLUGIN_PATH="$QTPATH/$QTVERSION/clang_64/plugins"
export PATH="$QTBIN:$PATH"