Skip to content

Commit

Permalink
Qt 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jul 22, 2023
1 parent 2d8cf36 commit 4239145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: 6.5.1
version: 6.5.2
arch: gcc_64
modules: qtmultimedia
- name: Ubuntu prerequisites
Expand Down
4 changes: 2 additions & 2 deletions tablet_qt/tools/build_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,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.1"
QT_GIT_COMMIT = "v6.5.2"
# For comparison when selecting tools. Not currently used.
QT_VERSION = Version("6.5.1")
QT_VERSION = Version("6.5.2")
QT_GIT_SUBMODULES = [
"qtbase", # Core
"qtdeclarative", # Qt Quick and QML
Expand Down

0 comments on commit 4239145

Please sign in to comment.