revert qt version

This commit is contained in:
Martin Rotter 2023-09-18 08:37:48 +02:00
parent e2d9bb19e0
commit c84e36a234

View File

@ -24,7 +24,7 @@ if ($use_qt5 -eq "ON") {
$qt_version = "5.15.2"
}
else {
$qt_version = "6.5.2"
$qt_version = "6.4.3"
}
$maria_version = "10.6.15"