summaryrefslogtreecommitdiffstats
path: root/examples/effects/effects.pro
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-09-13 16:28:45 (GMT)
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-09-14 16:22:41 (GMT)
commit037e5066f8ef5279fae8fd9636a1b710cf187d1f (patch)
tree515bdf200b9de91523767b7f9e5497c01e3e0477 /examples/effects/effects.pro
parentab35f0f8b0d872bc2e963c6ef869fade71b83e3f (diff)
downloadQt-037e5066f8ef5279fae8fd9636a1b710cf187d1f.zip
Qt-037e5066f8ef5279fae8fd9636a1b710cf187d1f.tar.gz
Qt-037e5066f8ef5279fae8fd9636a1b710cf187d1f.tar.bz2
Add an example that shows strength animation QGraphicsColorizeEffect.
When a button is pressed, a popup message is shown and the background (everything, every items, behind the popup message) is faded to light green. Reviewed-by: Bjørn Erik Nilsen
Diffstat (limited to 'examples/effects/effects.pro')
-rw-r--r--examples/effects/effects.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/effects/effects.pro b/examples/effects/effects.pro
index 60b5baf..01fa293 100644
--- a/examples/effects/effects.pro
+++ b/examples/effects/effects.pro
@@ -2,7 +2,8 @@ TEMPLATE = \
subdirs
SUBDIRS = \
blurpicker \
- lighting
+ lighting \
+ fademessage
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2):SUBDIRS += customshader