summaryrefslogtreecommitdiff
path: root/tests/auto/qbluetoothdeviceinfo
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-03-02 16:37:16 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2021-03-04 10:59:10 +0100
commit65ae6075c1acf0f720a0e4ab0080e828db5db36b (patch)
treee8197e4e65ade6353da4a833694a65f01a358e42 /tests/auto/qbluetoothdeviceinfo
parent968dd1468f1befcf286e4bdc8f0617dc390b15d2 (diff)
downloadqtconnectivity-65ae6075c1acf0f720a0e4ab0080e828db5db36b.tar.gz
remove QtConcurrent dependency
QtBluetooth used QtConcurrent internally in the past. This is no longer the case. The dependency can be removed. Fixes: QTBUG-89494 Change-Id: I7e0657f79bc02ec794311d25d245a7ae5cef02e7 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests/auto/qbluetoothdeviceinfo')
-rw-r--r--tests/auto/qbluetoothdeviceinfo/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt b/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt
index 5a9abce9..11db1da7 100644
--- a/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt
+++ b/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt
@@ -7,5 +7,4 @@ qt_internal_add_test(tst_qbluetoothdeviceinfo
tst_qbluetoothdeviceinfo.cpp
PUBLIC_LIBRARIES
Qt::Bluetooth
- Qt::Concurrent
)