aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/chattutorial/chapter1-settingup/chapter1-settingup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/controls/chattutorial/chapter1-settingup/chapter1-settingup.pro')
-rw-r--r--examples/controls/chattutorial/chapter1-settingup/chapter1-settingup.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/controls/chattutorial/chapter1-settingup/chapter1-settingup.pro b/examples/controls/chattutorial/chapter1-settingup/chapter1-settingup.pro
new file mode 100644
index 00000000..36ee0586
--- /dev/null
+++ b/examples/controls/chattutorial/chapter1-settingup/chapter1-settingup.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += qml quick
+CONFIG += c++11
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+include(deployment.pri)