aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/stocqt/stocqt.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-07-24 12:15:47 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-24 07:53:05 +0200
commita53253d89fc281d8754aeeaaa497cf42ce5d314e (patch)
tree44d2fbaaf0cd0b62a23e726f7517171d9ffb450a /examples/demos/stocqt/stocqt.pro
parentc315908dc4331ee5f47012865842352ea0dd6ca4 (diff)
Clean up StocQt demo
Rename, add cpp shell, add doc file, add project files. Task-number: QTBUG-26235 Change-Id: I51c2abefbadbadbadae0abdde5a52f857bcdb68b Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'examples/demos/stocqt/stocqt.pro')
-rw-r--r--examples/demos/stocqt/stocqt.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/demos/stocqt/stocqt.pro b/examples/demos/stocqt/stocqt.pro
new file mode 100644
index 0000000000..74d27559d8
--- /dev/null
+++ b/examples/demos/stocqt/stocqt.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/stocqt
+qml.files = stocqt.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/stocqt
+INSTALLS += target qml