-
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] Fixes for Qt5::Multimedia #5949
Conversation
For some reason this is trying to include shared objects while built statically:
I haven't been able to find the cause of this yet. |
I detected other pull requests that are modifying qt/5.x.x recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
All green in build 4 (
|
So this issue appears to have been implemented in #5730
Here's a sample of the paths output above passed to the environment variable. I guess without -L flags Qt is trying to source these files from |
Could you please send the full lof of your failing build? |
|
mm, could you try with this change bincrafters@e353695 ? |
The issue persists with that change: |
Interesting. Can you please also send the file named |
conan version 1.37.0 I also tried 1.37.2 with the same result. |
Specify library name and version: qt/5.15.2
Building Qt5 with the multimedia submodule is currently broken.
#5931
conan-center hook activated.