summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransferplugin.pro2
-rw-r--r--examples/btchat/btchat.pro2
-rw-r--r--examples/btfiletransfer/btfiletransfer.pro2
-rw-r--r--examples/btscanner/btscanner.pro2
-rw-r--r--examples/bttennis/bttennis.pro2
-rw-r--r--examples/scanner/scanner.pro2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
index 214deb41..9f3f3814 100644
--- a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
+++ b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
@@ -2,7 +2,7 @@ TEMPLATE = lib
CONFIG += plugin
PLUGIN_TYPE=serviceframework
-QT += bluetooth serviceframework
+QT += concurrent bluetooth serviceframework
HEADERS += bluetoothtransferplugin.h \
bluetoothtransfer.h
diff --git a/examples/btchat/btchat.pro b/examples/btchat/btchat.pro
index 3df3527d..37f4b3ee 100644
--- a/examples/btchat/btchat.pro
+++ b/examples/btchat/btchat.pro
@@ -1,6 +1,6 @@
TARGET = btchat
-QT += bluetooth widgets
+QT += concurrent bluetooth widgets
INCLUDEPATH += ../../src/connectivity/bluetooth
DEPENDPATH += ../../src/connectivity/bluetooth
diff --git a/examples/btfiletransfer/btfiletransfer.pro b/examples/btfiletransfer/btfiletransfer.pro
index 7d823a17..11a4de4b 100644
--- a/examples/btfiletransfer/btfiletransfer.pro
+++ b/examples/btfiletransfer/btfiletransfer.pro
@@ -1,6 +1,6 @@
TARGET = btfiletransfer
-QT += bluetooth widgets
+QT += concurrent bluetooth widgets
INCLUDEPATH += ../../src/connectivity/bluetooth
DEPENDPATH += ../../src/connectivity/bluetooth
diff --git a/examples/btscanner/btscanner.pro b/examples/btscanner/btscanner.pro
index 629d7d8f..b09bf294 100644
--- a/examples/btscanner/btscanner.pro
+++ b/examples/btscanner/btscanner.pro
@@ -3,7 +3,7 @@ TARGET = btscanner
INCLUDEPATH += ../../src/connectivity/bluetooth
DEPENDPATH += ../../src/connectivity/bluetooth
-QT += bluetooth widgets
+QT += concurrent bluetooth widgets
TEMPLATE = app
SOURCES = \
diff --git a/examples/bttennis/bttennis.pro b/examples/bttennis/bttennis.pro
index 0532a029..85a93c95 100644
--- a/examples/bttennis/bttennis.pro
+++ b/examples/bttennis/bttennis.pro
@@ -8,7 +8,7 @@ DEPENDPATH += \
../../src/connectivity/bluetooth \
../../src/connectivity/nfc
-QT += bluetooth nfc widgets
+QT += concurrent bluetooth nfc widgets
SOURCES = \
main.cpp \
diff --git a/examples/scanner/scanner.pro b/examples/scanner/scanner.pro
index 39eb453b..b83eb5d2 100644
--- a/examples/scanner/scanner.pro
+++ b/examples/scanner/scanner.pro
@@ -1,4 +1,4 @@
-QT += widgets declarative network bluetooth quick
+QT += concurrent widgets declarative network bluetooth quick
SOURCES += qmlscanner.cpp
TARGET = qml_scanner