qt 6.6.3 because 6.7.0 has some regression
This commit is contained in:
parent
165f54b0d2
commit
4ce7b547d7
@ -59,7 +59,7 @@ else
|
|||||||
USE_QT6="ON"
|
USE_QT6="ON"
|
||||||
|
|
||||||
QTPATH="$(pwd)/Qt"
|
QTPATH="$(pwd)/Qt"
|
||||||
QTVERSION="6.7.0"
|
QTVERSION="6.6.3"
|
||||||
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
||||||
|
|
||||||
# Install "aqtinstall" from its master branch to have latest code.
|
# Install "aqtinstall" from its master branch to have latest code.
|
||||||
|
@ -31,7 +31,7 @@ if ($use_qt5 -eq "ON") {
|
|||||||
$qt_version = "5.15.2"
|
$qt_version = "5.15.2"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$qt_version = "6.7.0"
|
$qt_version = "6.6.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
$is_qt_6 = $qt_version.StartsWith("6")
|
$is_qt_6 = $qt_version.StartsWith("6")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user