furkantokac / buildroot

Buildroot fork customized for RPI3, iMX6, TK1, Qt, FastBoot.
Other
154 stars 37 forks source link

QT App won't run (issues) #22

Closed DanielVolt closed 3 years ago

DanielVolt commented 3 years ago

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