在树莓派上运行Qml应用程序

时间:2019-12-26 05:34:23

标签: qt qml

我已经在树莓派pi3上成功编译了qt-everywhere-opensource-src-5.9.8。但是当我在树莓派中运行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

我已经尝试过此链接“ QML Peformance on Raspberry Pi 3”,但是发生了同样的问题。

0 个答案:

没有答案