mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Add Qt Multimedia dependency for playing audio
This commit is contained in:
parent
6ebcd762e9
commit
9830caebeb
2 changed files with 5 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
msvc_version: 2022
|
||||
qt_version: 6.6.1
|
||||
qt_arch: win64_msvc2019_64
|
||||
qt_modules: qtimageformats qtpositioning
|
||||
qt_modules: qtimageformats qtmultimedia qtpositioning
|
||||
qt_tools: ''
|
||||
conan_arch: x86_64
|
||||
conan_compiler: Visual Studio
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
compiler: gcc
|
||||
qt_version: 6.6.1
|
||||
qt_arch: gcc_64
|
||||
qt_modules: qtimageformats qtpositioning
|
||||
qt_modules: qtimageformats qtmultimedia qtpositioning
|
||||
qt_tools: ''
|
||||
conan_arch: x86_64
|
||||
conan_compiler: gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue