summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/chat/chat.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-06-21 09:20:56 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-06-22 12:49:36 +0000
commitaae4768483839a3189bd32f7d44a86905ecb3e5b (patch)
treea92c609795aaac07655bf6ac7dac32fae930839f /examples/bluetooth/chat/chat.pro
parent71f22ac56c744ed71ccc26423a9c7a08fc4eb4e6 (diff)
Adjust qml chat example to workaround required to Android SDP bug
Task-number: QTBUG-61542 Task-number: QTBUG-61392 Change-Id: Iff5c827d7ebb96dd29bc80f444d03804eddf405b Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'examples/bluetooth/chat/chat.pro')
-rw-r--r--examples/bluetooth/chat/chat.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/chat/chat.pro b/examples/bluetooth/chat/chat.pro
index 7bc5c8bd..36d815f9 100644
--- a/examples/bluetooth/chat/chat.pro
+++ b/examples/bluetooth/chat/chat.pro
@@ -1,4 +1,5 @@
QT = core bluetooth quick
+android: QT += androidextras #see QTBUG-61392
SOURCES += qmlchat.cpp
TARGET = qml_chat