Skip to content

Commit

Permalink
GitHub Actions: Updated to Qt 6.5.3
Browse files Browse the repository at this point in the history
This fixes the WebP image plugin on Windows.

Resolves #3661
  • Loading branch information
bjorn committed Oct 31, 2023
1 parent badf967 commit 51195f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.5.2
- qt_version: 6.5.3
qt_version_major: 6

env:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- qt_version: 5.12.12
version_suffix: "10.12-10.15"
architectures: x86_64
- qt_version: 6.5.2
- qt_version: 6.5.3
version_suffix: "11+"
architectures: x86_64,arm64

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
mingw_version: 8.1.0
mingw_component: mingw
mingw_path: /c/Qt/Tools/mingw810_32/bin
- qt_version: 6.5.2
- qt_version: 6.5.3
qt_version_major: 6
qt_toolchain: win64_mingw
arch: 64
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* JSON format: Fixed tile order when loading a tileset using the old format
* tmxrasterizer: Added --hide-object and --show-object arguments (by Lars Luz, #3819)
* Windows: Fixed the support for WebP images (updated to Qt 6.5.3)

### Tiled 1.10.2 (4 August 2023)

Expand Down

0 comments on commit 51195f6

Please sign in to comment.