QT Quick Application on Raspberry Pi
Unsolved
QML and Qt Quick
-
I'm trying to run a QT quick application on the Raspberry Pi 2 running raspbian. I am able to compile the program however when I try to run the application I get the following error and the application crashes:
EGL Error : Could not create the egl surface: error = 0x300b
Abortedwhen using the -platform eglfs flag.
When using the -platform xcb flag I get this error:
Cant find EGLconfig, returning null config
Unable to find an X11 visual which matches EGL config 0
Could not initialize OpenGLAny suggestions are appreciated!