summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_gl.cpp
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-04-07 02:32:04 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-04-07 03:26:06 (GMT)
commit939623b2bc8e441618ee1a1886cc656880bee62b (patch)
tree62fe2b288d5f97eb4060835742ccbfd742da778d /src/opengl/qwindowsurface_gl.cpp
parentcf42b485ebc1ab3e1f0a804b8c4e404fa99f1f6f (diff)
downloadQt-939623b2bc8e441618ee1a1886cc656880bee62b.zip
Qt-939623b2bc8e441618ee1a1886cc656880bee62b.tar.gz
Qt-939623b2bc8e441618ee1a1886cc656880bee62b.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.cpp4
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
//