summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-16 10:18:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 08:54:51 +0200
commit2d8378e49807ef3bf6e6662fbfcec96e95ee328f (patch)
tree75cf12ef734ecd70d3f1a79f6fb14ad95a3e611f /examples/bluetooth/btchat
parentb358f7d991e58f32cf0ebae7f7d3151bbb3bea63 (diff)
Cleanup Bluetooth project dependencies
This removes unnecessary Qt dependencies. Change-Id: I0ae1fe711808f8e40aed5cc8b535bb5e1da58bff Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/bluetooth/btchat')
-rw-r--r--examples/bluetooth/btchat/btchat.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/btchat/btchat.pro b/examples/bluetooth/btchat/btchat.pro
index f215cb87..6d6a928b 100644
--- a/examples/bluetooth/btchat/btchat.pro
+++ b/examples/bluetooth/btchat/btchat.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = btchat
-QT += concurrent bluetooth widgets
+QT = core bluetooth widgets
SOURCES = \
main.cpp \