Skip to content

Commit

Permalink
Add Qt 5.15 to Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Nov 18, 2023
1 parent 69443e7 commit c317896
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,12 @@ jobs:
- qt-arch: 'win32_mingw73'
python-version: '3.11'
python-arch: 'x86'
qt-version: '5.12.*'
qt-version: '5.12'

- qt-arch: 'win32_mingw81'
python-version: '3.12'
python-arch: 'x86'
qt-version: '5.15'

#Either MSVC2015 is sick or Qt5.9 is buggy :(
#Main problem is QBasicMutex with default ctor, that (by no means) is missing in dll-export of QtCore, but linker tries to find it
Expand Down Expand Up @@ -272,7 +277,6 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==2.1.*'
version: ${{ matrix.qt-version }}
host: 'windows'
target: 'desktop'
Expand Down

0 comments on commit c317896

Please sign in to comment.