summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 10:24:49 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 17:30:49 +0000
commit0d177053b9406e2fb21802d23f2b2cdc0f974377 (patch)
treed6d805cb44995f88a455e12352064d9c075f0f3b /tests/auto/network/kernel
parent36089f5e7793bd8b15e5b43caf18f856ff2a18b0 (diff)
Regenerate projects one last time before mergewip/cmake
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/network/kernel')
-rw-r--r--tests/auto/network/kernel/qauthenticator/CMakeLists.txt4
-rw-r--r--tests/auto/network/kernel/qhostaddress/CMakeLists.txt4
-rw-r--r--tests/auto/network/kernel/qhostinfo/CMakeLists.txt4
-rw-r--r--tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt4
4 files changed, 4 insertions, 12 deletions
diff --git a/tests/auto/network/kernel/qauthenticator/CMakeLists.txt b/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
index 80d6667a21..f461591884 100644
--- a/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
+++ b/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
@@ -13,10 +13,8 @@ add_qt_test(tst_qauthenticator
tst_qauthenticator.cpp
DEFINES
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
- LIBRARIES
- Qt::NetworkPrivate
PUBLIC_LIBRARIES
- Qt::Network
+ Qt::NetworkPrivate
)
#### Keys ignored in scope 1:.:.:qauthenticator.pro:<TRUE>:
diff --git a/tests/auto/network/kernel/qhostaddress/CMakeLists.txt b/tests/auto/network/kernel/qhostaddress/CMakeLists.txt
index 51de80402f..f967625d38 100644
--- a/tests/auto/network/kernel/qhostaddress/CMakeLists.txt
+++ b/tests/auto/network/kernel/qhostaddress/CMakeLists.txt
@@ -7,10 +7,8 @@
add_qt_test(tst_qhostaddress
SOURCES
tst_qhostaddress.cpp
- LIBRARIES
- Qt::NetworkPrivate
PUBLIC_LIBRARIES
- Qt::Network
+ Qt::NetworkPrivate
)
## Scopes:
diff --git a/tests/auto/network/kernel/qhostinfo/CMakeLists.txt b/tests/auto/network/kernel/qhostinfo/CMakeLists.txt
index 60077d0021..19eae0611d 100644
--- a/tests/auto/network/kernel/qhostinfo/CMakeLists.txt
+++ b/tests/auto/network/kernel/qhostinfo/CMakeLists.txt
@@ -11,11 +11,9 @@ endif()
add_qt_test(tst_qhostinfo
SOURCES
tst_qhostinfo.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::NetworkPrivate
- PUBLIC_LIBRARIES
- Qt::Network
)
#### Keys ignored in scope 1:.:.:qhostinfo.pro:<TRUE>:
diff --git a/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt b/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt
index 3fd139b93e..ecacd338ab 100644
--- a/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt
+++ b/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt
@@ -7,8 +7,6 @@
add_qt_test(tst_qnetworkproxyfactory
SOURCES
tst_qnetworkproxyfactory.cpp
- LIBRARIES
- Qt::NetworkPrivate
PUBLIC_LIBRARIES
- Qt::Network
+ Qt::NetworkPrivate
)