summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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