diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-19 14:44:50 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-19 14:44:50 (GMT) |
commit | ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e (patch) | |
tree | 9ec38d6bd01c111ef6b9f91643d34b223c1a6fba /examples/effects/effects.pro | |
parent | 19ae511027367c890cda0df4dd1364a3219aafd3 (diff) | |
download | Qt-ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e.zip Qt-ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e.tar.gz Qt-ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e.tar.bz2 |
Move examples/graphicsview/blurpicker|lighting to examples/effects.
Diffstat (limited to 'examples/effects/effects.pro')
-rw-r--r-- | examples/effects/effects.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/effects/effects.pro b/examples/effects/effects.pro new file mode 100644 index 0000000..8ba0324 --- /dev/null +++ b/examples/effects/effects.pro @@ -0,0 +1,12 @@ +TEMPLATE = \ + subdirs +SUBDIRS = \ + blurpicker \ + lighting + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/effects +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/effects +INSTALLS += target sources + |