revert to qt 6.5.2

This commit is contained in:
Martin Rotter 2023-10-24 11:43:01 +02:00
parent aecd0a3fe8
commit c92b6b2265
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ else
USE_QT6="ON" USE_QT6="ON"
QTPATH="$(pwd)/Qt" QTPATH="$(pwd)/Qt"
QTVERSION="6.6.0" QTVERSION="6.5.2"
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.

View file

@ -24,7 +24,7 @@ if ($use_qt5 -eq "ON") {
$qt_version = "5.15.2" $qt_version = "5.15.2"
} }
else { else {
$qt_version = "6.6.0" $qt_version = "6.5.2"
} }
$is_qt_6 = $qt_version.StartsWith("6") $is_qt_6 = $qt_version.StartsWith("6")