Add qtimageformats Module in Qt6 CI Builds (#4556)

This commit is contained in:
nerix 2023-04-17 15:06:15 +02:00 committed by GitHub
parent ec4ec799e9
commit cb0ab90f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ jobs:
with: with:
cache: true cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2
modules: qt5compat modules: qt5compat qtimageformats
version: ${{ matrix.qt-version }} version: ${{ matrix.qt-version }}
# WINDOWS # WINDOWS

View file

@ -35,7 +35,7 @@
- Dev: Add scripting capabilities with Lua (#4341, #4504) - Dev: Add scripting capabilities with Lua (#4341, #4504)
- Dev: Conan 2.0 is now used instead of Conan 1.0. (#4417) - Dev: Conan 2.0 is now used instead of Conan 1.0. (#4417)
- Dev: Added tests and benchmarks for `LinkParser`. (#4436) - Dev: Added tests and benchmarks for `LinkParser`. (#4436)
- Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554, #4555) - Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554, #4555, #4556)
- Dev: Removed `CHATTERINO_TEST` definitions. (#4526) - Dev: Removed `CHATTERINO_TEST` definitions. (#4526)
- Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550) - Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550)