use qt 6.4.2
This commit is contained in:
parent
ffc9c74900
commit
6d4ebac4da
3 changed files with 3 additions and 4 deletions
|
@ -60,7 +60,7 @@
|
||||||
<content_rating type="oars-1.0" />
|
<content_rating type="oars-1.0" />
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="4.2.7" date="2023-01-09" />
|
<release version="4.2.7" date="2023-01-10" />
|
||||||
</releases>
|
</releases>
|
||||||
<provides>
|
<provides>
|
||||||
<binary>@APP_LOW_NAME@</binary>
|
<binary>@APP_LOW_NAME@</binary>
|
||||||
|
|
|
@ -51,7 +51,7 @@ else
|
||||||
USE_QT6="ON"
|
USE_QT6="ON"
|
||||||
|
|
||||||
QTPATH="$(pwd)/Qt"
|
QTPATH="$(pwd)/Qt"
|
||||||
QTVERSION="6.4.1"
|
QTVERSION="6.4.2"
|
||||||
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
||||||
|
|
||||||
pip3 install aqtinstall
|
pip3 install aqtinstall
|
||||||
|
|
|
@ -20,12 +20,11 @@ $AllProtocols = [System.Net.SecurityProtocolType]'Tls11,Tls12'
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
|
||||||
# Get and prepare needed dependencies.
|
# Get and prepare needed dependencies.
|
||||||
|
|
||||||
if ($use_qt5 -eq "ON") {
|
if ($use_qt5 -eq "ON") {
|
||||||
$qt_version = "5.15.2"
|
$qt_version = "5.15.2"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$qt_version = "6.3.2"
|
$qt_version = "6.4.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
$maria_version = "10.6.11"
|
$maria_version = "10.6.11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue