Qt windows ce and OpenGl support
Installation and Deployment
2
Posts
2
Posters
1.4k
Views
1
Watching
-
wrote on 5 Jul 2012, 10:13 last edited by
Hello guys, I am trying to compile qt with the opengl support. To the configure phase I added the the following option:
@-opengl-es-cm@
dureing the compilation, windows compiler complains because it can not find @GLES/egl.h@
Could somebody tell me where can I found the Gles sdk (headers and libraries)? I tried google but without success.
please help me.
ty in advance. -
wrote on 5 Jul 2012, 10:25 last edited by
Which version of Qt are you using? For 4.7 and 4.8 (at least), the configure option to use is '-opengl es1' or '-opengl es2'.
Regarding the GLES SDK, I would expect you have to use the one provided with your Windows CE device.
1/2