summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkreply
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qnetworkreply')
-rw-r--r--tests/manual/qnetworkreply/.prev_CMakeLists.txt5
-rw-r--r--tests/manual/qnetworkreply/CMakeLists.txt5
2 files changed, 4 insertions, 6 deletions
diff --git a/tests/manual/qnetworkreply/.prev_CMakeLists.txt b/tests/manual/qnetworkreply/.prev_CMakeLists.txt
index f291a6aac2..24854aa64f 100644
--- a/tests/manual/qnetworkreply/.prev_CMakeLists.txt
+++ b/tests/manual/qnetworkreply/.prev_CMakeLists.txt
@@ -7,11 +7,10 @@
add_qt_manual_test(tst_manual_qnetworkreply
SOURCES
main.cpp
- LIBRARIES
- Qt::CorePrivate
- Qt::NetworkPrivate
PUBLIC_LIBRARIES
+ Qt::CorePrivate
Qt::Network
+ Qt::NetworkPrivate
Qt::Test
)
diff --git a/tests/manual/qnetworkreply/CMakeLists.txt b/tests/manual/qnetworkreply/CMakeLists.txt
index 9cad41bf58..5ac12ced95 100644
--- a/tests/manual/qnetworkreply/CMakeLists.txt
+++ b/tests/manual/qnetworkreply/CMakeLists.txt
@@ -13,11 +13,10 @@ endif()
add_qt_manual_test(tst_manual_qnetworkreply
SOURCES
main.cpp
- LIBRARIES
- Qt::CorePrivate
- Qt::NetworkPrivate
PUBLIC_LIBRARIES
+ Qt::CorePrivate
Qt::Network
+ Qt::NetworkPrivate
Qt::Test
)