Skip to content

Commit

Permalink
Update installer.yml use Qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jul 11, 2024
1 parent 27d9a76 commit 3d29ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
windows:
name: Qt 6.6 / Windows
name: Qt 6.7 / Windows
runs-on: windows-2022
steps:
- name: Clone the repository
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup CMake
uses: ./.github/actions/cmake
with:
qt_version: 6.6.3
qt_version: 6.7.2
qt_arch: win64_mingw
use_qt6: ON
modules: qtserialport qtmultimedia
Expand All @@ -53,7 +53,7 @@ jobs:
run: cmake --install '${{ github.workspace }}/build'

- name: Run windeployqt
run: windeployqt -serialport -multimedia --qmldir libqf/plugins --qmldir quickevent/app/quickevent/plugins '${{ github.workspace }}/install/bin/quickevent.exe'
run: windeployqt -serialport -multimedia --qmldir '${{ github.workspace }}/install/bin/qml' '${{ github.workspace }}/install/bin/quickevent.exe'

- name: Copy MinGW runtime libraries
# windeployqt is unable to copy those, because it looks for them next to where g++.exe is. On the GitHub runner,
Expand Down

0 comments on commit 3d29ab3

Please sign in to comment.