Revert "qt 6.8.0"

This reverts commit a1d83520a2.
This commit is contained in:
Martin Rotter 2024-10-09 08:55:30 +02:00
parent a1d83520a2
commit 187c2f6cb0
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.0"
QTVERSION="6.7.3"
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
# Install "aqtinstall" from its master branch to have latest code.

View File

@ -42,7 +42,7 @@ if ($use_qt5 -eq "ON") {
$use_qtmultimedia = "ON"
}
else {
$qt_version = "6.8.0"
$qt_version = "6.7.3"
if ($use_webengine -eq "ON") {
$use_libmpv = "ON"