Hi! I recompiled Qt Embedded 4.7.2 for use with an ARM platform. Everything seems to be working correctly. Now, I'm trying to recompile Qt with OpenGL ES 2 support: I recompiled using headers and OpenGL ES 2 libraries taken from the device. I had to make some modifications to EGL to make it compile, but it seems to be ok.
I tried to compile the hellogl_es2 example using the new libraries, but it seems I can get only a black QGLWidget. I tried the example 2dpainting, and instead works correctly. I can see both the widgets. Is it possible that this example is working even if opengl support is not working at all?
Is it possible to somehow understand what's wrong? I'm finding it difficult to understand because I get no errors, only a black widget.
Any help would be really appreciated!
Thanks!