By adding the "linuxfb platform" to the command line that you use to invoke the Qt5 application. Ex "./myqt5app -platform linuxfb". But linuxfb is broken as Qt5.0.1 and will be segfault.
To debug problems with the plugin, you can do "export QT_DEBUG_PLUGINS = 1" and check the printed logs.
source
share