Skip to content

Commit

Permalink
qt 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Oct 9, 2024
1 parent 56d68d6 commit a1d8352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/scripts/github-actions/build-linux-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/github-actions/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1d8352

Please sign in to comment.