Failed to create OpenGL context for format QSurfaceFormat

Hi all,

I have an app based on QT5.7.1.
I need to have it run on my tx2.
When launching the binary, i have this :

Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)
Aborted (core dumped)

Do you have any idea ?
Thank you,

Hi francoisBilberry,
QT is 3rd party developed SW. We suggest get help from QT forum https://forum.qt.io/

Ok thx.
I ll try on their forum

Bye