diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-08 10:29:07 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-08 10:29:07 (GMT) |
commit | 7b3f1a992e25739a8a28cf0470ba58fd31a46e7b (patch) | |
tree | 39985008d6fb1efededc7926e273733c2750aaca /src/opengl/opengl.pro | |
parent | 0e342cd341f8d71b41de89340cbbf455694becc9 (diff) | |
download | Qt-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.pro | 2 |
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. |