aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/maroon/maroon.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/maroon/maroon.pro')
-rw-r--r--examples/quick/demos/maroon/maroon.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/quick/demos/maroon/maroon.pro b/examples/quick/demos/maroon/maroon.pro
new file mode 100644
index 0000000000..e193927e72
--- /dev/null
+++ b/examples/quick/demos/maroon/maroon.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/maroon
+qml.files = maroon.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/maroon
+INSTALLS += target qml