fix builds?

This commit is contained in:
Martin Rotter 2021-06-22 07:59:05 +02:00
parent ef0f98cbf0
commit 0b1bb2c3f9

View File

@ -35,6 +35,7 @@ Invoke-WebRequest -Uri "$maria_link" -OutFile "$maria_output"
# Download Qt itself.
$qt_path = "$old_pwd\qt"
pip3 install -U pip
pip3 install aqtinstall
aqt install -O "$qt_path" "$qt_version" "windows" "desktop" "win64_msvc2019_64" -m "qtwebengine"