Reverting shadertools in cmake.

This commit is contained in:
Shahzain Ali 2022-12-11 04:19:24 +05:00
parent b14f14c45a
commit 0fa5dc225c
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ jobs:
host: 'mac' host: 'mac'
target: 'desktop' target: 'desktop'
arch: 'clang_64' arch: 'clang_64'
modules: 'qtremoteobjects qt5compat qtshadertools' modules: 'qtremoteobjects qt5compat QtShaderTools'
dir: ${{ runner.temp }} dir: ${{ runner.temp }}
set-env: 'true' set-env: 'true'

View file

@ -23,7 +23,7 @@ list(APPEND CMAKE_PREFIX_PATH ${PREFIX_PATH})
find_package(Qt6 REQUIRED COMPONENTS find_package(Qt6 REQUIRED COMPONENTS
Widgets Core Gui Network Xml Widgets Core Gui Network Xml
RemoteObjects Quick Svg QuickControls2 RemoteObjects Quick Svg QuickControls2
Core5Compat ShaderTools Core5Compat
) )
qt_standard_project_setup() qt_standard_project_setup()