summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-05-05 19:29:40 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-05-06 10:12:57 (GMT)
commit7d6281973f8b0a5b53e63952f0d03624e6020454 (patch)
tree17637db5d4ccc46732fef2fab7bc153198be3cc3 /src/opengl/opengl.pro
parent8baf1a4dfb2b1a1bb7ecb5ada93ed9972f0e7762 (diff)
downloadQt-7d6281973f8b0a5b53e63952f0d03624e6020454.zip
Qt-7d6281973f8b0a5b53e63952f0d03624e6020454.tar.gz
Qt-7d6281973f8b0a5b53e63952f0d03624e6020454.tar.bz2
Big GL Extension Cleanup
Clean up the extension naming and make things build on OpenGL ES 2.0 again. All the extensions which made it into OpenGL 2.0 spec have have the EXT postfix removed. This also eliminates defines on ES 2.0 as the code now refers to the in-spec names. Reviewed-by: sroedal
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index 7cb8a71..cfa9e4f 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -26,7 +26,8 @@ HEADERS += qgl.h \
qglpixelbuffer.h \
qglframebufferobject.h \
qglpixmapfilter_p.h \
- qglshaderprogram.h
+ qglshaderprogram.h \
+ qglextensions_p.h
SOURCES += qgl.cpp \
qglcolormap.cpp \