Skip to content

Commit

Permalink
switch to Qt 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jul 16, 2024
1 parent 0b00f5f commit e189fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

os_arch_toolchain = {
"linux": {
"x64": "gcc_64",
"x64": "linux_gcc_64",
"arm64": "linux_gcc_arm64",
},
"windows": {
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
qtc_version: "14-rc1"
qtc_modules: ["qtcreator", "qtcreator_dev"]

qt_version: "6.6"
qt_version: "6.7"
qt_modules: ['qtbase', 'qtdeclarative', 'icu', 'qttools', 'qt5compat']

0 comments on commit e189fa7

Please sign in to comment.