test qt mirror
This commit is contained in:
parent
854f6ea92e
commit
aa91ac8b88
@ -61,20 +61,20 @@ pip3 install -U pip
|
||||
pip3 install -I git+https://github.com/miurahr/aqtinstall
|
||||
|
||||
if ($is_qt_6) {
|
||||
aqt install-qt -O "$qt_path" windows desktop $qt_version win64_msvc2019_64 -m qtwebengine qtimageformats qtmultimedia qt5compat qtwebchannel qtpositioning
|
||||
aqt install-qt --base 'https://mirror.netcologne.de/qtproject' -O "$qt_path" windows desktop $qt_version win64_msvc2019_64 -m qtwebengine qtimageformats qtmultimedia qt5compat qtwebchannel qtpositioning
|
||||
}
|
||||
else {
|
||||
aqt install-qt -O "$qt_path" windows desktop $qt_version win64_msvc2019_64 -m qtwebengine
|
||||
aqt install-qt --base 'https://mirror.netcologne.de/qtproject' -O "$qt_path" windows desktop $qt_version win64_msvc2019_64 -m qtwebengine
|
||||
}
|
||||
|
||||
aqt install-src -O "$qt_path" windows desktop $qt_version --archives qtbase
|
||||
aqt install-src --base 'https://mirror.netcologne.de/qtproject' -O "$qt_path" windows desktop $qt_version --archives qtbase
|
||||
|
||||
$qt_qmake = "$qt_path\$qt_version\msvc2019_64\bin\qmake.exe"
|
||||
$env:PATH = "$qt_path\$qt_version\msvc2019_64\bin\;" + $env:PATH
|
||||
|
||||
if ($is_qt_6) {
|
||||
# Download openssl 3.x.
|
||||
aqt install-tool -O "$qt_path" windows desktop tools_opensslv3_x64 qt.tools.opensslv3.win_x64
|
||||
aqt install-tool --base 'https://mirror.netcologne.de/qtproject' -O "$qt_path" windows desktop tools_opensslv3_x64 qt.tools.opensslv3.win_x64
|
||||
$openssl_base_path = "$qt_path\Tools\OpenSSLv3\Win_x64"
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user