Failed to create OpenGL context for format QSurfaceFormat in Qt 5.6.0
-
Hello everybody.
I have some problems with porting my project from Qt 5.4.2 to 5.6.0 . I have problem during deployment in Linux MInt 17.2 Ubuntu 3.13.0-67-generic (x64) , in partcular i have these messages:QxcbIntegration: Cannot create platform OpenL context, neither GLX nor EGL are enabled
Failed to create OpenGL context for format QSurfaceFormat(version 3.3 ......)It would be great, if someone can help me :)
Thanks a lot guys!
-
Hi
There are posts about
"QxcbIntegration: Cannot create platform OpenL context, neither GLX nor EGL are enabled"
https://forum.qt.io/topic/50140/solved-xcb-error-qxcbintegration-cannot-create-platform-opengl-context-neither-glx-nor-egl-are-enabled/4I wonder does openGL works in the mint ?
http://www.upubuntu.com/2013/11/how-to-check-3d-acceleration-fps-in.htmlDid you try something like glGears ?
-
I have resolved... Add xcbintegration folder with libraries of xcbintegration on target.... Thanks a lot !!!