Good day,
I've compiled Qt for an i.MX6 processor running a Yocto Dora image.
So far everything is working fine but text is not visible.

The console log shows this warning whenever the application should actually display text: "Warning: distance-field glyph is not available with index 0"

I already tried setting QML_DISABLE_DISTANCEFIELD=1 but that causes the application to crash with a segmentation fault as soon as it reaches a point where it should display text.

To be honest I have absolutely no idea how to deal with this problem since I've never seen something like this before and can't find anything about it on the internet.

Any help would be greatly appreciated!
Thank you!