Skip to content

Commit

Permalink
CI: Updated builds to Qt 6.7.3 (#4066)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn authored Oct 1, 2024
1 parent ab477ee commit db965cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
include:
- qt_version: 5.15.2
qt_version_major: 5
- qt_version: 6.7.2
- qt_version: 6.7.3
qt_version_major: 6

env:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- qt_version: 5.12.12
version_suffix: "10.12-10.15"
architectures: x86_64
- qt_version: 6.7.2
- qt_version: 6.7.3
version_suffix: "11+"
architectures: x86_64,arm64

Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
mingw_version: 8.1.0
mingw_component: mingw
mingw_path: /c/Qt/Tools/mingw810_32/bin
- qt_version: 6.7.2
- qt_version: 6.7.3
qt_version_major: 6
qt_toolchain: win64_mingw
arch: 64
Expand Down
2 changes: 1 addition & 1 deletion src/tiledapp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ int main(int argc, char *argv[])
QCoreApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
#endif

#ifdef Q_OS_MAC
#if defined(Q_OS_MAC) && QT_VERSION < QT_VERSION_CHECK(6, 7, 3)
QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
#endif

Expand Down

0 comments on commit db965cc

Please sign in to comment.