Skip to content

Commit

Permalink
Merge pull request #170 from dragonwu0919/issue169
Browse files Browse the repository at this point in the history
Align Qt version
  • Loading branch information
yungyuc authored Jan 13, 2025
2 parents 84a570e + 1e2f5e0 commit 78344d2
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.8.1}
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 78344d2

Please sign in to comment.