qt version
This commit is contained in:
parent
81a28fe972
commit
a0a8faa356
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Add table
Reference in a new issue