summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-16 10:18:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 08:54:51 +0200
commit2d8378e49807ef3bf6e6662fbfcec96e95ee328f (patch)
tree75cf12ef734ecd70d3f1a79f6fb14ad95a3e611f /examples
parentb358f7d991e58f32cf0ebae7f7d3151bbb3bea63 (diff)
Cleanup Bluetooth project dependencies
This removes unnecessary Qt dependencies. Change-Id: I0ae1fe711808f8e40aed5cc8b535bb5e1da58bff Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/bluetooth/btchat/btchat.pro2
-rw-r--r--examples/bluetooth/btfiletransfer/btfiletransfer.pro2
-rw-r--r--examples/bluetooth/btscanner/btscanner.pro2
-rw-r--r--examples/bluetooth/bttennis/bttennis.pro2
-rw-r--r--examples/bluetooth/scanner/scanner.pro2
5 files changed, 5 insertions, 5 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