-
I'am try to build a Qt application. I build Qt from source, and write a demo to use Qt, all good.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unsupported.
I don't think this is related to the vcpkg toolchain. |
Beta Was this translation helpful? Give feedback.
Unsupported.
vcpkg.cmake
initializes variables (which could be done manually) and it applies wrappers to CMake packages (which isn't worth duplicating manually).I don't think this is related to the vcpkg toolchain.
vcpkg.cmake
appears in the CMake call stack because it overloadsfind_package
, but the failing check is in the Qt package files.