fix build

This commit is contained in:
Martin Rotter 2021-09-30 12:26:26 +02:00
parent db76984b98
commit 838d85f829

View File

@ -36,7 +36,7 @@ Invoke-WebRequest -Uri "$maria_link" -OutFile "$maria_output"
# Download Qt itself.
$qt_path = "$old_pwd\qt"
pip3 install -U pip
pip3 install aqtinstall
pip3 install -I aqtinstall==1.2.5
aqt install -O "$qt_path" "$qt_version" "windows" "desktop" "win64_msvc2019_64" -m "qtwebengine"
$qt_qmake = "$qt_path\$qt_version\msvc2019_64\bin\qmake.exe"