Build Qt6 from Conan Center
Unsolved
General and Desktop
-
Hey guys,
I'm trying use latest Qt from ConanCenter (at the moment 6.2.1).
I'm trying to build for Windows x64 with Generator VS 2022.
I did not specify any options. For the beginning I'm trying to go with the default options.However after a while libpq build (which is a dependency) fails.
It fails with
https://docs.microsoft.com/en-us/visualstudio/msbuild/errors/msb8013?view=vs-2022
Do I have to set the Config/Plattform manually?I tried Ninja Generator as well but his gives me the same error.
Could you help me out here?