summaryrefslogtreecommitdiffstats
path: root/examples/btchat
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-07 09:58:12 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-08 05:30:00 +0100
commit79095c3fbc97abd0138b91bb1833628f1d09fdad (patch)
tree2d68360bd9b123b5d548e9deefc2b84a50709776 /examples/btchat
parent1b358ddbf825a210672ebe26d001ea272610889e (diff)
QtConnectivity: Add dependency to QtConcurrent
QtConcurrent is now a separate module. Add library to tests and examples. Change-Id: Ie66d73b80580ec23ad7c23e6c49771f7f08d8ea3 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'examples/btchat')
-rw-r--r--examples/btchat/btchat.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/btchat/btchat.pro b/examples/btchat/btchat.pro
index 3df3527d..37f4b3ee 100644
--- a/examples/btchat/btchat.pro
+++ b/examples/btchat/btchat.pro
@@ -1,6 +1,6 @@
TARGET = btchat
-QT += bluetooth widgets
+QT += concurrent bluetooth widgets
INCLUDEPATH += ../../src/connectivity/bluetooth
DEPENDPATH += ../../src/connectivity/bluetooth