summaryrefslogtreecommitdiffstats
path: root/examples/effects/blurpicker/blurpicker.pro
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-19 14:44:50 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-19 14:44:50 (GMT)
commitae1b9c676dc9c590008de58ce0ab51bff3ef0f9e (patch)
tree9ec38d6bd01c111ef6b9f91643d34b223c1a6fba /examples/effects/blurpicker/blurpicker.pro
parent19ae511027367c890cda0df4dd1364a3219aafd3 (diff)
downloadQt-ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e.zip
Qt-ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e.tar.gz
Qt-ae1b9c676dc9c590008de58ce0ab51bff3ef0f9e.tar.bz2
Move examples/graphicsview/blurpicker|lighting to examples/effects.
Diffstat (limited to 'examples/effects/blurpicker/blurpicker.pro')
-rw-r--r--examples/effects/blurpicker/blurpicker.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/effects/blurpicker/blurpicker.pro b/examples/effects/blurpicker/blurpicker.pro
new file mode 100644
index 0000000..76537a9
--- /dev/null
+++ b/examples/effects/blurpicker/blurpicker.pro
@@ -0,0 +1,9 @@
+SOURCES += main.cpp blurpicker.cpp blureffect.cpp
+HEADERS += blurpicker.h blureffect.h
+RESOURCES += blurpicker.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/effects/blurpicker
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/effects/blurpicker
+INSTALLS += target sources