mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
qt 6.8.0
This commit is contained in:
parent
56d68d64ec
commit
a1d83520a2
@ -59,7 +59,7 @@ else
|
||||
USE_QT6="ON"
|
||||
|
||||
QTPATH="$(pwd)/Qt"
|
||||
QTVERSION="6.7.3"
|
||||
QTVERSION="6.8.0"
|
||||
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
||||
|
||||
# Install "aqtinstall" from its master branch to have latest code.
|
||||
|
@ -42,7 +42,7 @@ if ($use_qt5 -eq "ON") {
|
||||
$use_qtmultimedia = "ON"
|
||||
}
|
||||
else {
|
||||
$qt_version = "6.7.3"
|
||||
$qt_version = "6.8.0"
|
||||
|
||||
if ($use_webengine -eq "ON") {
|
||||
$use_libmpv = "ON"
|
||||
|
Loading…
x
Reference in New Issue
Block a user