I\'ve seen some promising references to being able to run Qt5 on modern OpenGL. I\'m using the following code to set my QQuickView to OpenGL 4.1 Core (the latest supported
I disagree with it being a bug in Qt. As stated in the link you pasted: "If a #version directive does not appear at the top, then it assumes 1.10, which is almost certainly not what you want."
That is what Qt wants, and that is what a OpenGL4 context should provide/allow as well. It's a bug in the Intel drivers: When you want a >2.0 context, the implicit fallback to version GLSL1.10 doesn't work with Intel drivers