My embedded target is running Linux and has two valid platform plugins: eglfs and linuxfb. By default, all my qt applications try to load eglfs(and fail for some reason). How can I make them try linuxfb?
By appending "-platform linuxfb" to the command line you are using to invoke the Qt5 application. Ex "./myqt5app -platform linuxfb". But linuxfb is broken as of Qt5.0.1 and will segfault.
To debug plugin issues - you can do "export QT_DEBUG_PLUGINS=1" and check the logs printed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With