Hello,
I am trying to found out information about Qt's OpenGL module support for different platforms. Is there anywhere detailed documentation showing which APIs and versions are supported on which platforms?
If I have understood correctly, on Windows, Linux(X11) and Mac the Qt uses the standard OpenGL libraries? But which version (e.g., OpenGL 4.1, OpenGL 3.3 or some other) of it?
On Symbian the OpenGL module is not yet supported, but it is planned to support OpenGL ES. But is there any information about the schedule and which version will be supported? OpenGL ES 1.1 or OpenGL ES 2.0?
On Maemo there seems to be support for OpenGL ES 2.0.
Any information?

penGLVersionFlags() to know with support of which OpenGL version Qt was compiled.


