qt 6.6.3 because 6.7.0 has some regression

This commit is contained in:
Martin Rotter 2024-04-09 08:20:45 +02:00
parent 165f54b0d2
commit 4ce7b547d7
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ else
USE_QT6="ON"
QTPATH="$(pwd)/Qt"
QTVERSION="6.7.0"
QTVERSION="6.6.3"
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
# Install "aqtinstall" from its master branch to have latest code.

View File

@ -31,7 +31,7 @@ if ($use_qt5 -eq "ON") {
$qt_version = "5.15.2"
}
else {
$qt_version = "6.7.0"
$qt_version = "6.6.3"
}
$is_qt_6 = $qt_version.StartsWith("6")