fix build
This commit is contained in:
parent
db76984b98
commit
838d85f829
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Invoke-WebRequest -Uri "$maria_link" -OutFile "$maria_output"
|
||||||
# Download Qt itself.
|
# Download Qt itself.
|
||||||
$qt_path = "$old_pwd\qt"
|
$qt_path = "$old_pwd\qt"
|
||||||
pip3 install -U pip
|
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"
|
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"
|
$qt_qmake = "$qt_path\$qt_version\msvc2019_64\bin\qmake.exe"
|
||||||
|
|
Loading…
Add table
Reference in a new issue