diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-07 02:32:04 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-07 02:33:23 (GMT) |
commit | cab39df3deb99aba7aa71a397055a2ec742921f4 (patch) | |
tree | d2545580a617e6e8aa68de243c217af50b261122 /src/opengl/qwindowsurface_gl.cpp | |
parent | 5a0b19a4559fa83e77cc6c6cd05fc492e692b667 (diff) | |
download | Qt-cab39df3deb99aba7aa71a397055a2ec742921f4.zip Qt-cab39df3deb99aba7aa71a397055a2ec742921f4.tar.gz Qt-cab39df3deb99aba7aa71a397055a2ec742921f4.tar.bz2 |
Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds work
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qwindowsurface_gl.cpp')
-rw-r--r-- | src/opengl/qwindowsurface_gl.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opengl/qwindowsurface_gl.cpp b/src/opengl/qwindowsurface_gl.cpp index 3dd3064..837ccf2 100644 --- a/src/opengl/qwindowsurface_gl.cpp +++ b/src/opengl/qwindowsurface_gl.cpp @@ -76,6 +76,10 @@ #define GLX_SAMPLES_ARB 100001 #endif +#ifdef QT_OPENGL_ES_1_CL +#include "qgl_cl_p.h" +#endif + QT_BEGIN_NAMESPACE // |