aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qcoapclient/qcoapclient.pro2
-rw-r--r--tests/auto/qcoapinternalreply/qcoapinternalreply.pro2
-rw-r--r--tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro2
-rw-r--r--tests/auto/qcoapmessage/qcoapmessage.pro2
-rw-r--r--tests/auto/qcoapoption/qcoapoption.pro2
-rw-r--r--tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro2
-rw-r--r--tests/auto/qcoapreply/qcoapreply.pro2
-rw-r--r--tests/auto/qcoaprequest/qcoaprequest.pro2
-rw-r--r--tests/auto/qcoapresource/qcoapresource.pro2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/auto/qcoapclient/qcoapclient.pro b/tests/auto/qcoapclient/qcoapclient.pro
index 59cfc4f..3208df3 100644
--- a/tests/auto/qcoapclient/qcoapclient.pro
+++ b/tests/auto/qcoapclient/qcoapclient.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private network core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
include(../coaptestserver.pri)
diff --git a/tests/auto/qcoapinternalreply/qcoapinternalreply.pro b/tests/auto/qcoapinternalreply/qcoapinternalreply.pro
index a8e0777..5503806 100644
--- a/tests/auto/qcoapinternalreply/qcoapinternalreply.pro
+++ b/tests/auto/qcoapinternalreply/qcoapinternalreply.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private network core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
SOURCES += tst_qcoapinternalreply.cpp
diff --git a/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro b/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro
index a1e57a6..1c31e73 100644
--- a/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro
+++ b/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private network core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
SOURCES += \
diff --git a/tests/auto/qcoapmessage/qcoapmessage.pro b/tests/auto/qcoapmessage/qcoapmessage.pro
index 47179d6..20bf421 100644
--- a/tests/auto/qcoapmessage/qcoapmessage.pro
+++ b/tests/auto/qcoapmessage/qcoapmessage.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private network core coap
+QT = testlib network core coap
CONFIG += testcase
SOURCES += tst_qcoapmessage.cpp
diff --git a/tests/auto/qcoapoption/qcoapoption.pro b/tests/auto/qcoapoption/qcoapoption.pro
index 411dc4c..f368fa8 100644
--- a/tests/auto/qcoapoption/qcoapoption.pro
+++ b/tests/auto/qcoapoption/qcoapoption.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private core coap coap-private
+QT = testlib core coap coap-private
CONFIG += testcase
SOURCES += tst_qcoapoption.cpp
diff --git a/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro b/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro
index 984d62d..69b7b81 100644
--- a/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro
+++ b/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro
@@ -1,4 +1,4 @@
-QT = testlib network core-private core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
include(../coaptestserver.pri)
diff --git a/tests/auto/qcoapreply/qcoapreply.pro b/tests/auto/qcoapreply/qcoapreply.pro
index acd82b9..45958f9 100644
--- a/tests/auto/qcoapreply/qcoapreply.pro
+++ b/tests/auto/qcoapreply/qcoapreply.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private network core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
SOURCES += tst_qcoapreply.cpp
diff --git a/tests/auto/qcoaprequest/qcoaprequest.pro b/tests/auto/qcoaprequest/qcoaprequest.pro
index e25ce28..a759b66 100644
--- a/tests/auto/qcoaprequest/qcoaprequest.pro
+++ b/tests/auto/qcoaprequest/qcoaprequest.pro
@@ -1,4 +1,4 @@
-QT = testlib core-private network core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
SOURCES += tst_qcoaprequest.cpp
diff --git a/tests/auto/qcoapresource/qcoapresource.pro b/tests/auto/qcoapresource/qcoapresource.pro
index 8acf36b..2f7c8a0 100644
--- a/tests/auto/qcoapresource/qcoapresource.pro
+++ b/tests/auto/qcoapresource/qcoapresource.pro
@@ -1,4 +1,4 @@
-QT = testlib network core-private core coap coap-private
+QT = testlib network core coap coap-private
CONFIG += testcase
SOURCES += tst_qcoapresource.cpp