added qtshadertools to actions and cmake
- cleaned up CMakeLists in client project
This commit is contained in:
parent
d3cbd8cdae
commit
4df918d6a5
2 changed files with 134 additions and 146 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -112,7 +112,7 @@ jobs:
|
|||
host: 'mac'
|
||||
target: 'desktop'
|
||||
arch: 'clang_64'
|
||||
modules: 'qtremoteobjects qt5compat Qt6ShaderTools'
|
||||
modules: 'qtremoteobjects qt5compat qtshadertools'
|
||||
dir: ${{ runner.temp }}
|
||||
set-env: 'true'
|
||||
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
|||
version: ${{ env.QT_VERSION }}
|
||||
host: 'mac'
|
||||
target: 'ios'
|
||||
modules: 'qtremoteobjects qt5compat'
|
||||
modules: 'qtremoteobjects qt5compat qtshadertools'
|
||||
dir: ${{ runner.temp }}
|
||||
setup-python: 'true'
|
||||
set-env: 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue