-
Notifications
You must be signed in to change notification settings - Fork 989
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
Cannot install qt 6.7.0 prebuilt binary on Windows #16215
Comments
Hi @ABBAPOH Thanks for your report. I have been able to reproduce, first I also got the same "Missing binary" error, and then:
This looks like a bug in the recipe in ConanCenter, not in Conan itself, I'll try to have a look. |
From this comment #10104 (comment) it seems that one cannot modify props here https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/conanfile.py#L215 |
Hi @ABBAPOH , thank you for reporting this. |
I get the same issues with Linux. All the dependency options affect the package ID. |
Hi @glennaycock - thanks for reporting this. Looking to sort this out - however it's not ideal. While we address this, in the meantime:
It really does depend on what your needs are with regards to the components that qt should have been built with |
@ABBAPOH , @glennaycock - this is being fixed in conan-io/conan-center-index#24876 |
Should be fixed with the most recent recipe revision (might take ~20 minutes to be published). |
I'll try take a look tonight, thanks! |
Works for me now, thanks! |
What is your question?
Hello, I am trying to install Qt prebuilt binariy on Windows.
Here's my profile:
Tried setting options in the conanfile.py:
Same error.
I have run out of ideas, any help appreciated.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: