summaryrefslogtreecommitdiffstats
path: root/examples/effects/effects.pro
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-21 13:26:33 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-21 13:26:33 (GMT)
commitef93943579210dffaa83185cea99146fa9f3f9b6 (patch)
treeca1a4bf586a54dedd6d8e85d086a8f7cd8c3dbcd /examples/effects/effects.pro
parent00ba962d428dcdff70fcde74a9e5cb316545cef6 (diff)
parent1b305c739979f7d0e8cb6ebbac6d29ca2e6b060d (diff)
downloadQt-ef93943579210dffaa83185cea99146fa9f3f9b6.zip
Qt-ef93943579210dffaa83185cea99146fa9f3f9b6.tar.gz
Qt-ef93943579210dffaa83185cea99146fa9f3f9b6.tar.bz2
Merge commit 'qt-kinetic/kinetic-graphicseffect'
Diffstat (limited to 'examples/effects/effects.pro')
-rw-r--r--examples/effects/effects.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/effects/effects.pro b/examples/effects/effects.pro
new file mode 100644
index 0000000..60b5baf
--- /dev/null
+++ b/examples/effects/effects.pro
@@ -0,0 +1,14 @@
+TEMPLATE = \
+ subdirs
+SUBDIRS = \
+ blurpicker \
+ lighting
+
+contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2):SUBDIRS += customshader
+
+# 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
+