summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-07-24 01:14:03 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-07-24 01:14:03 (GMT)
commit80fcfd401ff436c10458ccddd1ae4a37401e74fc (patch)
tree31f2371f7f01305eee24d16da959645d3754c5e2 /src/opengl/opengl.pro
parent64bbd69d75c7b90500c3fe57e66221684d5a8d92 (diff)
downloadQt-80fcfd401ff436c10458ccddd1ae4a37401e74fc.zip
Qt-80fcfd401ff436c10458ccddd1ae4a37401e74fc.tar.gz
Qt-80fcfd401ff436c10458ccddd1ae4a37401e74fc.tar.bz2
Implement QGraphicsShaderEffect for custom shader-based effects
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index 5a76cb1..b217949 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -37,6 +37,7 @@ SOURCES += qgl.cpp \
!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl) {
HEADERS += qglshaderprogram.h \
qglpixmapfilter_p.h \
+ qgraphicsshadereffect.h \
qgraphicssystem_gl_p.h \
qwindowsurface_gl_p.h \
qpixmapdata_gl_p.h \
@@ -49,6 +50,7 @@ SOURCES += qgl.cpp \
SOURCES += qglshaderprogram.cpp \
qglpixmapfilter.cpp \
+ qgraphicsshadereffect.cpp \
qgraphicssystem_gl.cpp \
qwindowsurface_gl.cpp \
qpixmapdata_gl.cpp \