summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/chat/chat.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-25 18:14:12 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-30 14:04:54 +0200
commit8be9bf4cead6f3a5bbdac3c01a2e3aa5d28f170c (patch)
treeeaab5f467277c4bbd202bd3fb7292f198ddfb349 /examples/bluetooth/chat/chat.pro
parenta5c945cb4a55b4e9ec02f0674a37e529bc1bf7c2 (diff)
New QML based Bt chat client
Change-Id: I235c54591dbbf04aa58c024093beca8c068b4aed Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'examples/bluetooth/chat/chat.pro')
-rw-r--r--examples/bluetooth/chat/chat.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/bluetooth/chat/chat.pro b/examples/bluetooth/chat/chat.pro
new file mode 100644
index 00000000..5cf6ab9f
--- /dev/null
+++ b/examples/bluetooth/chat/chat.pro
@@ -0,0 +1,16 @@
+QT = core bluetooth quick
+SOURCES += qmlchat.cpp
+
+TARGET = qml_chat
+TEMPLATE = app
+
+RESOURCES += \
+ chat.qrc
+
+OTHER_FILES += \
+ chat.qml \
+ InputBox.qml \
+ Search.qml \
+ Button.qml
+
+#DEFINES += QMLJSDEBUGGER