summaryrefslogtreecommitdiffstats
path: root/examples/btchat/btchat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/btchat/btchat.pro')
-rw-r--r--examples/btchat/btchat.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/btchat/btchat.pro b/examples/btchat/btchat.pro
new file mode 100644
index 00000000..3df3527d
--- /dev/null
+++ b/examples/btchat/btchat.pro
@@ -0,0 +1,27 @@
+TARGET = btchat
+
+QT += bluetooth widgets
+
+INCLUDEPATH += ../../src/connectivity/bluetooth
+DEPENDPATH += ../../src/connectivity/bluetooth
+
+SOURCES = \
+ main.cpp \
+ chat.cpp \
+ remoteselector.cpp \
+ chatserver.cpp \
+ chatclient.cpp
+
+HEADERS = \
+ chat.h \
+ remoteselector.h \
+ chatserver.h \
+ chatclient.h
+
+FORMS = \
+ chat.ui \
+ remoteselector.ui
+
+symbian {
+ TARGET.CAPABILITY = LocalServices UserEnvironment ReadUserData WriteUserData NetworkServices NetworkControl ReadDeviceData WriteDeviceData SwEvent
+}