- Ensure QTDIR environment variable is set to something like:
C:\Qt\<cmake-version>\<compiler-arch>
- In order for Qt DLLs to be found, PATH must include something like:
C:\Qt\<cmake-version>\<compiler-arch>\bin
- CMakePresets.json will include something like the following definition, this will be part of the top level configuration preset that all CMake presets will inherit from.