From c81d942ab0297cf894f2dd20700b4188afa07c25 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 6 Jul 2012 16:23:30 +1000 Subject: Add maroon demo Change-Id: I880edf78e210d243ef87511e88ea592f6e252da6 Reviewed-by: Michael Brasser --- examples/demos/maroon/maroon.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/demos/maroon/maroon.pro (limited to 'examples/demos/maroon/maroon.pro') 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 -- cgit v1.2.3