When building your test application or my own standard qt application i get the following error:
"qt.qpa.plugins: Could not find the qt platform plugin "eglfs" in ""
This application failed to start because no Qt platform plugin could be initialized"
QTPLUGIN.platforms += qeglfs qxcb qlinuxfb
is added to the .pro file but still won't work (even without the +).
Another small thing: How can we add extra qt libraries? i.e i need to add QT QML Timeline to the buildroot
Hey,
When building your test application or my own standard qt application i get the following error:
"qt.qpa.plugins: Could not find the qt platform plugin "eglfs" in "" This application failed to start because no Qt platform plugin could be initialized"
QTPLUGIN.platforms += qeglfs qxcb qlinuxfb
is added to the .pro file but still won't work (even without the +).
Another small thing: How can we add extra qt libraries? i.e i need to add QT QML Timeline to the buildroot