summaryrefslogtreecommitdiffstats
path: root/examples/effects/customshader/customshader.pro
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-21 12:33:07 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-21 12:33:07 (GMT)
commitceb4df5262ca41ff9314b36af9a3be19ffe24a76 (patch)
tree6a808677fe76fb0e2210b34db0fdbb0f57071105 /examples/effects/customshader/customshader.pro
parent8d00a0a21f245d15962191e0690d3619735d118b (diff)
downloadQt-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/customshader/customshader.pro')
-rw-r--r--examples/effects/customshader/customshader.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/effects/customshader/customshader.pro b/examples/effects/customshader/customshader.pro
new file mode 100644
index 0000000..4ce5d2b
--- /dev/null
+++ b/examples/effects/customshader/customshader.pro
@@ -0,0 +1,10 @@
+SOURCES += main.cpp blurpicker.cpp blureffect.cpp customshadereffect.cpp
+HEADERS += blurpicker.h blureffect.h customshadereffect.h
+RESOURCES += blurpicker.qrc
+QT += opengl
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/effects/customshader
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customshader.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/effects/customshader
+INSTALLS += target sources