summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/chat/chat.pro
diff options
context:
space:
mode:
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