From 2d8378e49807ef3bf6e6662fbfcec96e95ee328f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 16 Sep 2013 10:18:56 +0200 Subject: Cleanup Bluetooth project dependencies This removes unnecessary Qt dependencies. Change-Id: I0ae1fe711808f8e40aed5cc8b535bb5e1da58bff Reviewed-by: Fabian Bumberger Reviewed-by: Joerg Bornemann --- examples/bluetooth/btchat/btchat.pro | 2 +- examples/bluetooth/btfiletransfer/btfiletransfer.pro | 2 +- examples/bluetooth/btscanner/btscanner.pro | 2 +- examples/bluetooth/bttennis/bttennis.pro | 2 +- examples/bluetooth/scanner/scanner.pro | 2 +- src/imports/bluetooth/bluetooth.pro | 2 +- 6 files changed, 6 insertions(+), 6 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 \ diff --git a/examples/bluetooth/btfiletransfer/btfiletransfer.pro b/examples/bluetooth/btfiletransfer/btfiletransfer.pro index bc634193..58d4e638 100644 --- a/examples/bluetooth/btfiletransfer/btfiletransfer.pro +++ b/examples/bluetooth/btfiletransfer/btfiletransfer.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = btfiletransfer -QT += concurrent bluetooth widgets +QT = core bluetooth widgets SOURCES = \ main.cpp \ diff --git a/examples/bluetooth/btscanner/btscanner.pro b/examples/bluetooth/btscanner/btscanner.pro index cc4675b2..81d83cae 100644 --- a/examples/bluetooth/btscanner/btscanner.pro +++ b/examples/bluetooth/btscanner/btscanner.pro @@ -1,6 +1,6 @@ TARGET = btscanner -QT += concurrent bluetooth widgets +QT = core bluetooth widgets TEMPLATE = app SOURCES = \ diff --git a/examples/bluetooth/bttennis/bttennis.pro b/examples/bluetooth/bttennis/bttennis.pro index 39e33dcf..878795da 100644 --- a/examples/bluetooth/bttennis/bttennis.pro +++ b/examples/bluetooth/bttennis/bttennis.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = bttennis -QT += concurrent bluetooth widgets +QT = core bluetooth widgets #QT += nfc SOURCES = \ diff --git a/examples/bluetooth/scanner/scanner.pro b/examples/bluetooth/scanner/scanner.pro index 58af647e..0d9b1e99 100644 --- a/examples/bluetooth/scanner/scanner.pro +++ b/examples/bluetooth/scanner/scanner.pro @@ -1,4 +1,4 @@ -QT += concurrent network bluetooth quick +QT = core bluetooth quick SOURCES += qmlscanner.cpp TARGET = qml_scanner diff --git a/src/imports/bluetooth/bluetooth.pro b/src/imports/bluetooth/bluetooth.pro index 5a554262..243322b5 100644 --- a/src/imports/bluetooth/bluetooth.pro +++ b/src/imports/bluetooth/bluetooth.pro @@ -1,4 +1,4 @@ -QT += quick bluetooth network +QT = core quick bluetooth HEADERS += \ qdeclarativebluetoothservice_p.h \ -- cgit v1.2.3