aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/maroon/maroon.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-07-06 16:23:30 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-12 06:33:15 +0200
commitc81d942ab0297cf894f2dd20700b4188afa07c25 (patch)
tree564560417cf1eab1106e6359395b57c8e411c8f8 /examples/demos/maroon/maroon.pro
parent942b5fa9cc3924d5f022091c015ab0717bc79512 (diff)
Add maroon demo
Change-Id: I880edf78e210d243ef87511e88ea592f6e252da6 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'examples/demos/maroon/maroon.pro')
-rw-r--r--examples/demos/maroon/maroon.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/demos/maroon/maroon.pro b/examples/demos/maroon/maroon.pro
new file mode 100644
index 0000000000..32d1e43d4a
--- /dev/null
+++ b/examples/demos/maroon/maroon.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/maroon
+qml.files = maroon.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/maroon
+INSTALLS += target qml