bump qt 6 to 6.5.1

This commit is contained in:
Martin Rotter 2023-06-28 11:05:54 +02:00
parent 1b093aa0f0
commit ac69b119e8
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.4.3" QTVERSION="6.5.1"
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.4.3" $qt_version = "6.5.1"
} }
$maria_version = "10.6.12" $maria_version = "10.6.12"