-
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
[package] qt/5.15.2@: linkage errors #5623
Comments
I have added a QPainter test to conan test package. It demonstrates qt linkage errors |
@ericLemanissier, can you reproduce the problem? |
I spent the last 2 days trying to fix this, unsuccessfully. |
I was able to get around this by making a shared qt build. |
using shared build is a workaround, yes. The actual fix is in #5691 |
Yes, I know that it works with the shared build. This ticket is explicit for static build. I think we could expand test package with tests for different components to make sure, new PR do not break something |
I can reproduce this in my machine with gcc-10. I've also spent a day to solve only to find this issue. Shared builds seems to work fine though. |
qt_build_log.txt |
will be fixed by #5922 I have applied a patch from original message there |
@AndreyMlashkin do you think this issue can be closed ? Do you still have an error ? |
I can build now, yes, but I can't run a gui application, when qt is built statically. |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
patch_qt_test.txt
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: