diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16373e2f..67359cdf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,7 +112,7 @@ jobs: host: 'mac' target: 'desktop' arch: 'clang_64' - modules: 'qtremoteobjects qt5compat qtshadertools' + modules: 'qtremoteobjects qt5compat QtShaderTools' dir: ${{ runner.temp }} set-env: 'true' diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index c6017631..541e13bf 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -23,7 +23,7 @@ list(APPEND CMAKE_PREFIX_PATH ${PREFIX_PATH}) find_package(Qt6 REQUIRED COMPONENTS Widgets Core Gui Network Xml RemoteObjects Quick Svg QuickControls2 - Core5Compat ShaderTools + Core5Compat ) qt_standard_project_setup()