summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothaddress
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 /tests/auto/qbluetoothaddress
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 'tests/auto/qbluetoothaddress')
-rw-r--r--tests/auto/qbluetoothaddress/qbluetoothaddress.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothaddress/qbluetoothaddress.pro b/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
index 8a51143d..f87551e8 100644
--- a/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
+++ b/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
@@ -2,5 +2,5 @@ SOURCES += tst_qbluetoothaddress.cpp
TARGET = tst_qbluetoothaddress
CONFIG += testcase
-QT = core bluetooth testlib
+QT = core concurrent bluetooth testlib