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