summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/btchat.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-06-28 14:34:17 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-06-28 13:30:06 +0000
commitcb1403c242e5ca9033a4390b058b194157b9bcc9 (patch)
treedb52a883364e96209494379053541ff757e0b400 /examples/bluetooth/btchat/btchat.pro
parent9fcdb6bc25ee55bd0900b35734c58c9313f5b974 (diff)
Adjust btchat example to Android UUID SDP discovery bug
Task-number: QTBUG-61392 Change-Id: Ia7d680a40b0fe359dfb5fe69ad9f3e83fe9ccb7d Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/bluetooth/btchat/btchat.pro')
-rw-r--r--examples/bluetooth/btchat/btchat.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/btchat/btchat.pro b/examples/bluetooth/btchat/btchat.pro
index 08fdd4a7..6ecae4c7 100644
--- a/examples/bluetooth/btchat/btchat.pro
+++ b/examples/bluetooth/btchat/btchat.pro
@@ -2,6 +2,7 @@ TEMPLATE = app
TARGET = btchat
QT = core bluetooth widgets
+android: QT += androidextras
SOURCES = \
main.cpp \