aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-26 18:06:27 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-27 13:09:35 +0200
commit82193fc9b1397da8d12283c440a68af829b8584e (patch)
tree7fa46dee9ae7574db3215a16dc25553edda0d67f /tests
parent490d96e704f4f339cf614b6cf69ccfa62ba27358 (diff)
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I917bc9e3b0761b2d27b6e0a2c3648a5bc1be1d73 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qcoapclient/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapinternalreply/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapinternalrequest/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapmessage/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapoption/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapqudpconnection/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapreply/CMakeLists.txt2
-rw-r--r--tests/auto/qcoaprequest/CMakeLists.txt2
-rw-r--r--tests/auto/qcoapresource/CMakeLists.txt2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/auto/qcoapclient/CMakeLists.txt b/tests/auto/qcoapclient/CMakeLists.txt
index 00c59f9..f77620e 100644
--- a/tests/auto/qcoapclient/CMakeLists.txt
+++ b/tests/auto/qcoapclient/CMakeLists.txt
@@ -15,7 +15,7 @@ qt_internal_add_test(qcoapclient
SOURCES
../coapnetworksettings.h
tst_qcoapclient.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network
diff --git a/tests/auto/qcoapinternalreply/CMakeLists.txt b/tests/auto/qcoapinternalreply/CMakeLists.txt
index b9cfe71..7fe056d 100644
--- a/tests/auto/qcoapinternalreply/CMakeLists.txt
+++ b/tests/auto/qcoapinternalreply/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoapinternalreply
SOURCES
tst_qcoapinternalreply.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network
diff --git a/tests/auto/qcoapinternalrequest/CMakeLists.txt b/tests/auto/qcoapinternalrequest/CMakeLists.txt
index 12e56b3..7544437 100644
--- a/tests/auto/qcoapinternalrequest/CMakeLists.txt
+++ b/tests/auto/qcoapinternalrequest/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoapinternalrequest
SOURCES
tst_qcoapinternalrequest.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network
diff --git a/tests/auto/qcoapmessage/CMakeLists.txt b/tests/auto/qcoapmessage/CMakeLists.txt
index 2eddd58..80af2d3 100644
--- a/tests/auto/qcoapmessage/CMakeLists.txt
+++ b/tests/auto/qcoapmessage/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoapmessage
SOURCES
tst_qcoapmessage.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::Network
)
diff --git a/tests/auto/qcoapoption/CMakeLists.txt b/tests/auto/qcoapoption/CMakeLists.txt
index 6a23f48..477ed7a 100644
--- a/tests/auto/qcoapoption/CMakeLists.txt
+++ b/tests/auto/qcoapoption/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoapoption
SOURCES
tst_qcoapoption.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
)
diff --git a/tests/auto/qcoapqudpconnection/CMakeLists.txt b/tests/auto/qcoapqudpconnection/CMakeLists.txt
index d124f99..582fdae 100644
--- a/tests/auto/qcoapqudpconnection/CMakeLists.txt
+++ b/tests/auto/qcoapqudpconnection/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_test(qcoapqudpconnection
SOURCES
../coapnetworksettings.h
tst_qcoapqudpconnection.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network
diff --git a/tests/auto/qcoapreply/CMakeLists.txt b/tests/auto/qcoapreply/CMakeLists.txt
index 74fa1af..ec3b256 100644
--- a/tests/auto/qcoapreply/CMakeLists.txt
+++ b/tests/auto/qcoapreply/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoapreply
SOURCES
tst_qcoapreply.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network
diff --git a/tests/auto/qcoaprequest/CMakeLists.txt b/tests/auto/qcoaprequest/CMakeLists.txt
index 3a79bdd..02abf94 100644
--- a/tests/auto/qcoaprequest/CMakeLists.txt
+++ b/tests/auto/qcoaprequest/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoaprequest
SOURCES
tst_qcoaprequest.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network
diff --git a/tests/auto/qcoapresource/CMakeLists.txt b/tests/auto/qcoapresource/CMakeLists.txt
index 464ca26..883c9a2 100644
--- a/tests/auto/qcoapresource/CMakeLists.txt
+++ b/tests/auto/qcoapresource/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(qcoapresource
SOURCES
tst_qcoapresource.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Coap
Qt::CoapPrivate
Qt::Network