Qt 在raspberry pi上运行Qml应用程序

Qt 在raspberry pi上运行Qml应用程序,qt,qml,Qt,Qml,我已经在raspberry pi3上成功编译了qt-everywhere-opensource-src-5.9.8。但是当我在raspberry中运行qml应用程序时,会收到如下错误消息: pi@raspberrypi:~/testqml $ ./testqml -platform linuxfb:fb=/dev/fb0 JIT is disabled for QML. Property bindings and animations will be very slow. Visit http

我已经在raspberry pi3上成功编译了qt-everywhere-opensource-src-5.9.8。但是当我在raspberry中运行qml应用程序时,会收到如下错误消息:

pi@raspberrypi:~/testqml $ ./testqml -platform linuxfb:fb=/dev/fb0

JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform.
This plugin does not support createPlatformOpenGLContext!
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 1, profile QSurfaceFormat::OpenGLContextProfile(NoProfile))
Aborted
我已经尝试了此链接“”,但同样的问题也发生了