Qt

By nenchev, 11 June, 2024
  1. Ensure QTDIR environment variable is set to something like:
    1. C:\Qt\<cmake-version>\<compiler-arch>
  2. In order for Qt DLLs to be found, PATH must include something like:
    1. C:\Qt\<cmake-version>\<compiler-arch>\bin
  3. 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.

Tags