OpenGL (GLES 2)
-
I am programming on Qt 5.0.1 with GCC, and i have a little problem. I want to use standart openGL functions like glMatrixMode and etc. but i found that during linking opengl widget uses gles lib, not usual gl.h, how i can change that without working with sourse qt files?
-
I think "this":http://qt-project.org/forums/viewthread/24535/#113268 thread might help you.