I'm trying to create a QML and C++ application to work in a Raspberry. I'm adding some graphical effects like http://doc.qt.io/qt-5/qml-qtgraphicaleffects-zoomblur.html. The problem is, when I star the application, it appears a the message and the video is not shown:
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
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.
QXcbConnection: XCB error: 1 (BadRequest), sequence: 405, resource id: 204, major code: 154 (Unknown), minor code: 1
how can i enable JIT for QML in Raspbian? Thanks a lot