Bart Janssens
Bart Janssens
If Charts only depends on Qt6Base it should be easy, using Qt6Svg as a template: https://github.com/JuliaPackaging/Yggdrasil/blob/master/Q/Qt6Svg/build_tarballs.jl
Also Qt6Declarative, it seems. Just adding this as normal and host build dep should work, so not much more complicated.
No worries, I created the PR at https://github.com/JuliaPackaging/Yggdrasil/pull/9932
See https://github.com/JuliaRegistries/General/pull/120890#issuecomment-2527100690, I'll investigate.
Sorry, I waited too long. I wanted to make sure QtOpenGLWidgets was the only missing lib, and as it turns out it is, but in the meantime we need to...
I started upgrading Qt, currently hitting different errors here: https://github.com/JuliaPackaging/Yggdrasil/pull/10202
Qt 6.8.2 is indeed complete now in Yggdrasil, small updates to jlqml are needed for the build, then a new jlqml and QML.jl need to be released.
As it turns out, QtCharts is deprecated in favour of QtGraphs. Furthermore, it is incompatible with the way we launch applications in QML.jl and all the examples segfault, even when...
Yes, glad it works for you too :)
I can't see an obvious reason why it wouldn't work, but I don't have a machine to test it on.