From 6801d35523a6d891a79e4a8d4a04fca1c21884ec Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 7 Aug 2012 19:34:33 +0200 Subject: make use of QT_PRIVATE to specify private Qt dependencies Change-Id: Idb2ac7ee69eba085f600b422628dc42a7dc87711 Reviewed-by: Joerg Bornemann --- src/bluetooth/bluetooth.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro index ac0212fb..f0117212 100644 --- a/src/bluetooth/bluetooth.pro +++ b/src/bluetooth/bluetooth.pro @@ -2,14 +2,12 @@ load(qt_build_config) TARGET = QtBluetooth QT = core +QT_PRIVATE = concurrent load(qt_module) QMAKE_DOCS = $$PWD/../../doc/qt5.qdocconf -# private dependencies -QT += concurrent - PUBLIC_HEADERS += \ qbluetoothaddress.h\ qbluetoothhostinfo.h \ -- cgit v1.2.3