Update build-windows.ps1

This commit is contained in:
martinrotter 2022-12-09 10:43:04 +01:00 committed by GitHub
parent 0d13d8873d
commit 3114a8c2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ if ($use_qt5 -eq "ON") {
$qt_version = "5.15.2"
}
else {
$qt_version = "6.4.1"
$qt_version = "6.3.2"
}
$maria_version = "10.6.11"