QDial does not show correclty with QPA linuxfb
Unsolved
Mobile and Embedded
-
Hi,
I'm using qt 5.10 cross compiled using linux yocto framwork on beaglebone black am335x.
Here are the option I enabled in QT:
PACKAGECONFIG_append_pn-qtbase = " linuxfb"
PACKAGECONFIG_append_pn-qtbase = " tslib"
PACKAGECONFIG_append_pn-qtbase = " no-opengl"
PACKAGECONFIG_append_pn-qtbase = " gif"
PACKAGECONFIG_append_pn-qtbase = " jpeg"
PACKAGECONFIG_append_pn-qtbase = " libpng"
PACKAGECONFIG_append_pn-qtbase = " freetype"
PACKAGECONFIG_append_pn-qtbase = " optimize-size"I would like to use Qdial but it shows not correctly on my embedded system :
There is no error showing up, I don't know what am I missing ?
BR