From eba8265bf16468fe8d67864b939293565d3fa0c8 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 10 Sep 2009 09:05:46 +1000 Subject: Compile fix for OpenGL/ES 1.1 CommonLite systems Reviewed-by: trustme --- src/opengl/qglpaintdevice.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/opengl/qglpaintdevice.cpp b/src/opengl/qglpaintdevice.cpp index 19db6c0..e68a4b9 100644 --- a/src/opengl/qglpaintdevice.cpp +++ b/src/opengl/qglpaintdevice.cpp @@ -49,6 +49,10 @@ #include #endif +#if defined(QT_OPENGL_ES_1_CL) +#include "qgl_cl_p.h" +#endif + QT_BEGIN_NAMESPACE QGLPaintDevice::QGLPaintDevice() -- cgit v0.12