aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-09-17 10:20:50 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-09-17 14:16:18 +0200
commitb109844c504590a7ba0e793f2e76ed3b6c8a90b4 (patch)
tree4be12281407a5f5d28c39386bf965f4fcee4ee63
parent5b6a1c27ee73be2068705037e09f095d6dc210fa (diff)
Remove unnecessary core-private lib includesv5.14.0-beta1v5.14.0-alpha1
Change-Id: Icbb520a9fdab0adf2a0e7e8f7e3ff29b642f9aa2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-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