qt version

This commit is contained in:
Martin Rotter 2025-04-01 08:31:55 +02:00
parent 81a28fe972
commit a0a8faa356
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -43,7 +43,7 @@ if ($use_qt5 -eq "ON") {
$use_qtmultimedia = "ON"
}
else {
$qt_version = "6.8.2"
$qt_version = "6.8.3"
$qt_arch_base = "msvc2022_64"
if ($use_webengine -eq "ON") {