revert to qt 6.5.2
This commit is contained in:
parent
aecd0a3fe8
commit
c92b6b2265
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ else
|
|||
USE_QT6="ON"
|
||||
|
||||
QTPATH="$(pwd)/Qt"
|
||||
QTVERSION="6.6.0"
|
||||
QTVERSION="6.5.2"
|
||||
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
||||
|
||||
# Install "aqtinstall" from its master branch to have latest code.
|
||||
|
|
|
@ -24,7 +24,7 @@ if ($use_qt5 -eq "ON") {
|
|||
$qt_version = "5.15.2"
|
||||
}
|
||||
else {
|
||||
$qt_version = "6.6.0"
|
||||
$qt_version = "6.5.2"
|
||||
}
|
||||
|
||||
$is_qt_6 = $qt_version.StartsWith("6")
|
||||
|
|
Loading…
Add table
Reference in a new issue