diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-21 12:33:07 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-21 12:33:07 (GMT) |
commit | ceb4df5262ca41ff9314b36af9a3be19ffe24a76 (patch) | |
tree | 6a808677fe76fb0e2210b34db0fdbb0f57071105 /examples/effects/effects.pro | |
parent | 8d00a0a21f245d15962191e0690d3619735d118b (diff) | |
download | Qt-ceb4df5262ca41ff9314b36af9a3be19ffe24a76.zip Qt-ceb4df5262ca41ff9314b36af9a3be19ffe24a76.tar.gz Qt-ceb4df5262ca41ff9314b36af9a3be19ffe24a76.tar.bz2 |
Move shader effect example from examples/graphicsview to examples/effects
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 8ba0324..4a6c8de 100644 --- a/examples/effects/effects.pro +++ b/examples/effects/effects.pro @@ -2,7 +2,8 @@ TEMPLATE = \ subdirs SUBDIRS = \ blurpicker \ - lighting + lighting \ + customshader # install target.path = $$[QT_INSTALL_EXAMPLES]/effects |