-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt 6.5.0 install issue with Conan 1.60.1 on Windows 10 #18141
Comments
Problem appears when VS 2022 is selected. Switching to VS 2019 might help |
Did anyone have any further insights on this? I'm seeing the same issue here when trying to locally compile Qt 6.5.2. Originally I had the exact same versions as the OP (VS 17.4.6 MSVC 19.36.32535.0, cmake 3.25.3).
|
Hey peoples, I have a solution for you. I hit this myself on a new Windows computer. QT's CMake files feature a "helpful" vcpkg autodetection routine that injects vcpkg's toolchain file into the build. I uninstalled vcpkg and was able to build without further problems. |
This is fixed by #20186 |
@VicKov1975 is it working for you now? |
I am having the following issue when trying to do a conan install of Qt 6.5.0.
This issue also happens with Qt 6.4.*, but not with Qt 6.3.1 for some reason:
The command I am using is:
conan install .. --build=missing
Here is my conan.txt file:
The text was updated successfully, but these errors were encountered: