Skip to content

Commit

Permalink
Change default qt version to 6.6.3
Browse files Browse the repository at this point in the history
in scripts/build/qt, I change line 44 from `pkgbranch=${VERSION:-6.5.3}` to ` pkgbranch=${VERSION:-6.6.3}`.
  • Loading branch information
dragonwu0919 committed Sep 13, 2024
1 parent 8d71b49 commit 743c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.d/qt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ -z "${SYNCGIT}" ]; then
fi
else
pkgname=qt
pkgbranch=${VERSION:-6.5.3}
pkgbranch=${VERSION:-6.6.3}
pkgfull=$pkgname-$pkgbranch
# qt5 is expected here, it seems qt did not change its repository name from qt5 to qt6
# ref : https://wiki.qt.io/Building_Qt_6_from_Git#Getting_the_source_code
Expand Down

0 comments on commit 743c928

Please sign in to comment.