aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-01-04 17:13:08 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-29 16:53:08 +0000
commit8e87c1f9f93841e0c91cf945210fab4ea9e1f3fd (patch)
tree570748a69b18f5369e647a0f7dc6cd8aa4bc058c /examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro
parent9358b9f27a6f164009020923cef090c680d27c8a (diff)
Add Chat Tutorial
This is useful for beginners who may have not even used Qt Quick Controls before. It goes step-by-step (and in detail) to show how and why things are done the way they are. Change-Id: I527ff2ce429279e37b7cebb765588cb89b5c5e89 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro')
-rw-r--r--examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro b/examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro
new file mode 100644
index 00000000..ed23d115
--- /dev/null
+++ b/examples/controls/chattutorial/chapter3-navigation/chapter3-navigation.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+
+QT += qml quick
+CONFIG += c++11
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc \
+ ../shared/shared.qrc
+
+include(deployment.pri)
+