added qtshadertools to actions and cmake

- cleaned up CMakeLists in client project
This commit is contained in:
vladimir.kuznetsov 2022-12-11 10:26:31 +03:00
parent d3cbd8cdae
commit 4df918d6a5
2 changed files with 134 additions and 146 deletions

View file

@ -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'