diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-09-13 16:28:45 (GMT) |
---|---|---|
committer | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-09-14 16:22:41 (GMT) |
commit | 037e5066f8ef5279fae8fd9636a1b710cf187d1f (patch) | |
tree | 515bdf200b9de91523767b7f9e5497c01e3e0477 /examples/effects/effects.pro | |
parent | ab35f0f8b0d872bc2e963c6ef869fade71b83e3f (diff) | |
download | Qt-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.pro | 3 |
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 |