aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shadereffects/shadereffects.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-02 14:16:55 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-09 11:03:23 +0100
commit356bdc098d6f120003db227416c788bd9d51048d (patch)
tree4aa2929851f392b051415c62eeaa6768632892ed /examples/quick/shadereffects/shadereffects.pro
parent12c74ff618b9cfdc03ccacc4262a02a7ecf1e846 (diff)
Update shadereffects example to new guidelines
Change-Id: Ifa4f06cbf990a2f3fd1c46a3c4fda02b5c42d15b Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/quick/shadereffects/shadereffects.pro')
-rw-r--r--examples/quick/shadereffects/shadereffects.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/shadereffects/shadereffects.pro b/examples/quick/shadereffects/shadereffects.pro
new file mode 100644
index 0000000000..04ac62b497
--- /dev/null
+++ b/examples/quick/shadereffects/shadereffects.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/shadereffects
+qml.files = shadereffects.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/shadereffects
+INSTALLS += target qml
+