summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-22 06:55:04 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-22 06:55:04 (GMT)
commita1458a0426caa71bab4527ca079c3004bb2b5abd (patch)
treef66a911fbc093fd40e5c2f13cdb241149d9c4d4b /src/opengl/opengl.pro
parentbef4438eea6fc44ef81c63772e10d2390586d16c (diff)
downloadQt-a1458a0426caa71bab4527ca079c3004bb2b5abd.zip
Qt-a1458a0426caa71bab4527ca079c3004bb2b5abd.tar.gz
Qt-a1458a0426caa71bab4527ca079c3004bb2b5abd.tar.bz2
Make compile
I've temporarily commented out the body of qguivariantanimation.cpp so we can compile.
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index f9fa0d0..ad75a5f 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -25,7 +25,6 @@ HEADERS += qgl.h \
qglcolormap.h \
qglpixelbuffer.h \
qglframebufferobject.h \
- qglpixmapfilter_p.h \
qglshaderprogram.h
SOURCES += qgl.cpp \
@@ -33,11 +32,10 @@ SOURCES += qgl.cpp \
qglpixelbuffer.cpp \
qglframebufferobject.cpp \
qglextensions.cpp \
- qglpixmapfilter.cpp \
qglshaderprogram.cpp
!contains(QT_CONFIG, opengles2) {
- HEADERS += qpaintengine_opengl_p.h qglpixmapfilter_p.h
+ HEADERS += qpaintengine_opengl_p.h qglpixmapfilter_p.h
SOURCES += qpaintengine_opengl.cpp qglpixmapfilter.cpp
}