Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
6.2.2
-
None
-
CMake 3.21.2
Conan 1.45.0
Windows 11
Qt 6.2.2
Description
I followed the tutorial of this link to use Conan to install Qt6. However, when I running the following command:
conan install . --build=missing --profile=C:\qtbuildprofiles-6.2.2\windows-x86_64-msvc2019_64 --update --generator=CMakeDeps -r qt
I met this error:
ERROR: Invalid setting '19.28' is not a valid 'settings.compiler.version' value. Possible values are ['190', '191', '192', '193'] Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"
According to the troubleshooting link, it looks like we have to manually modify the `%UserProfile%/.conan/settings.yml`.
- If we really need to modify something in `settings.yml`, what should we do next?
- If this is a bug, maybe Qt official needs to fix it.