Skip to content

Commit

Permalink
Temporarily revert Qt minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Oct 24, 2023
1 parent 240c670 commit 9191088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tablet_qt/tools/build_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@
# Yes qt5.git is correct even for qt6
QT_GIT_URL = "git://code.qt.io/qt/qt5.git"
# Branch, tag or commit ID (long) to check out when cloning / checking out Qt
QT_GIT_COMMIT = "v6.5.3"
QT_GIT_COMMIT = "v6.5.2"
# For comparison when selecting tools. Not currently used.
QT_VERSION = Version("6.5.3")
QT_VERSION = Version("6.5.2")
QT_GIT_SUBMODULES = [
"qtbase", # Core
"qtdeclarative", # Qt Quick and QML
Expand Down

0 comments on commit 9191088

Please sign in to comment.