-
Notifications
You must be signed in to change notification settings - Fork 23
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
segfault when using QtCharts #19
Comments
Also hit this issues, both in qhot and my own app. Seems like QtCharts uses QWidgets internally, and thus needs a full |
Could you make a draft/PR with those changes? |
@joaoantoniocardoso Not sure if you got a notification for it, but I added a PR. |
Hi!
I was running
qhot main.qml
in my project and everything was going fine until I started to work withQtCharts 2.3
:Here is a minimal code example to reproduce the bug:
Then it runs if I comment out
ChartView { }
.Besides that, I can normally run my application binary.
I am using Arch Linux (updated) with the current qt5 package group.
Thanks!
The text was updated successfully, but these errors were encountered: