summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-04-08 10:29:07 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2010-04-08 10:29:07 (GMT)
commit7b3f1a992e25739a8a28cf0470ba58fd31a46e7b (patch)
tree39985008d6fb1efededc7926e273733c2750aaca /src/opengl/opengl.pro
parent0e342cd341f8d71b41de89340cbbf455694becc9 (diff)
downloadQt-7b3f1a992e25739a8a28cf0470ba58fd31a46e7b.zip
Qt-7b3f1a992e25739a8a28cf0470ba58fd31a46e7b.tar.gz
Qt-7b3f1a992e25739a8a28cf0470ba58fd31a46e7b.tar.bz2
Rename qglplatformintegration_lite.h & add QGLWidget surface
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index cebb677..42608e3 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -78,7 +78,7 @@ SOURCES += qgl.cpp \
embedded_lite {
SOURCES += qgl_lite.cpp
- HEADERS += qplatformglcontext_lite.h
+ HEADERS += qglplatformintegration_lite.h
# If we have EGL, use the EGL implementation of QGLPixelBuffer, otherwise we just provide
# a stubbed out one. PBuffers aren't too interesting anyway.