We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to install qt/6.x.x I get such error
ERROR: Version conflict: freetype/2.13.0->brotli/1.1.0, qt/6.4.2->brotli/1.0.9.
Looks like it's a conflict inside qt dependencies. I think it's bad?
Host profile: [settings] arch=x86_64 build_type=Release compiler=msvc compiler.cppstd=23 compiler.runtime=dynamic compiler.runtime_type=Release compiler.version=193 os=Windows Build profile: [settings] arch=x86_64 build_type=Release compiler=msvc compiler.cppstd=23 compiler.runtime=dynamic compiler.runtime_type=Release compiler.version=193 os=Windows
from conan import ConanFile, tools from conan.tools.cmake import cmake_layout, CMake class HeatEngine(ConanFile): settings = "os", "compiler", "build_type", "arch" generators = "CMakeDeps", "CMakeToolchain" def layout(self): cmake_layout(self) def requirements(self): self.requires("qt/6.4.2")
No logs required
The text was updated successfully, but these errors were encountered:
This will be fixed by #20186 which just misses an approval
Sorry, something went wrong.
Didn't see that one, sorry for duplicate
No branches or pull requests
Description
When I try to install qt/6.x.x I get such error
Looks like it's a conflict inside qt dependencies. I think it's bad?
Package and Environment Details
Conan profile
Steps to reproduce
Logs
No logs required
The text was updated successfully, but these errors were encountered: