summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index 88af516..cfa9e4f 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -15,10 +15,10 @@ contains(QT_CONFIG, opengl):CONFIG += opengl
contains(QT_CONFIG, opengles1):CONFIG += opengles1
contains(QT_CONFIG, opengles2):CONFIG += opengles2
-!contains(QT_CONFIG, opengles2) {
+#!contains(QT_CONFIG, opengles2) {
HEADERS += qgraphicssystem_gl_p.h qwindowsurface_gl_p.h qpixmapdata_gl_p.h
SOURCES += qgraphicssystem_gl.cpp qwindowsurface_gl.cpp qpixmapdata_gl.cpp
-}
+#}
HEADERS += qgl.h \
qgl_p.h \
@@ -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 \