summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/kernel')
-rw-r--r--tests/auto/network/kernel/qauthenticator/CMakeLists.txt2
-rw-r--r--tests/auto/network/kernel/qdnslookup/CMakeLists.txt2
-rw-r--r--tests/auto/network/kernel/qdnslookup_appless/CMakeLists.txt2
-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/qnetworkaddressentry/CMakeLists.txt2
-rw-r--r--tests/auto/network/kernel/qnetworkdatagram/CMakeLists.txt2
-rw-r--r--tests/auto/network/kernel/qnetworkinterface/CMakeLists.txt2
-rw-r--r--tests/auto/network/kernel/qnetworkproxy/CMakeLists.txt2
-rw-r--r--tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt2
10 files changed, 12 insertions, 12 deletions
diff --git a/tests/auto/network/kernel/qauthenticator/CMakeLists.txt b/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
index a4d5d7f277..0e8cde7a44 100644
--- a/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
+++ b/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
@@ -8,7 +8,7 @@ endif()
## tst_qauthenticator Test:
#####################################################################
-qt_add_test(tst_qauthenticator
+qt_internal_add_test(tst_qauthenticator
SOURCES
tst_qauthenticator.cpp
DEFINES
diff --git a/tests/auto/network/kernel/qdnslookup/CMakeLists.txt b/tests/auto/network/kernel/qdnslookup/CMakeLists.txt
index 6736b480b2..b039b4e91b 100644
--- a/tests/auto/network/kernel/qdnslookup/CMakeLists.txt
+++ b/tests/auto/network/kernel/qdnslookup/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qdnslookup Test:
#####################################################################
-qt_add_test(tst_qdnslookup
+qt_internal_add_test(tst_qdnslookup
SOURCES
tst_qdnslookup.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/network/kernel/qdnslookup_appless/CMakeLists.txt b/tests/auto/network/kernel/qdnslookup_appless/CMakeLists.txt
index 1730879bd2..1505228176 100644
--- a/tests/auto/network/kernel/qdnslookup_appless/CMakeLists.txt
+++ b/tests/auto/network/kernel/qdnslookup_appless/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qdnslookup_appless Test:
#####################################################################
-qt_add_test(tst_qdnslookup_appless
+qt_internal_add_test(tst_qdnslookup_appless
SOURCES
tst_qdnslookup_appless.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/network/kernel/qhostaddress/CMakeLists.txt b/tests/auto/network/kernel/qhostaddress/CMakeLists.txt
index c1999c8db2..a33ae6d709 100644
--- a/tests/auto/network/kernel/qhostaddress/CMakeLists.txt
+++ b/tests/auto/network/kernel/qhostaddress/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qhostaddress Test:
#####################################################################
-qt_add_test(tst_qhostaddress
+qt_internal_add_test(tst_qhostaddress
SOURCES
tst_qhostaddress.cpp
PUBLIC_LIBRARIES
@@ -14,7 +14,7 @@ qt_add_test(tst_qhostaddress
## Scopes:
#####################################################################
-qt_extend_target(tst_qhostaddress CONDITION WIN32
+qt_internal_extend_target(tst_qhostaddress CONDITION WIN32
PUBLIC_LIBRARIES
ws2_32
)
diff --git a/tests/auto/network/kernel/qhostinfo/CMakeLists.txt b/tests/auto/network/kernel/qhostinfo/CMakeLists.txt
index b571718d25..40e0456d5f 100644
--- a/tests/auto/network/kernel/qhostinfo/CMakeLists.txt
+++ b/tests/auto/network/kernel/qhostinfo/CMakeLists.txt
@@ -8,7 +8,7 @@ endif()
## tst_qhostinfo Test:
#####################################################################
-qt_add_test(tst_qhostinfo
+qt_internal_add_test(tst_qhostinfo
SOURCES
tst_qhostinfo.cpp
PUBLIC_LIBRARIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qhostinfo
## Scopes:
#####################################################################
-qt_extend_target(tst_qhostinfo CONDITION WIN32
+qt_internal_extend_target(tst_qhostinfo CONDITION WIN32
PUBLIC_LIBRARIES
ws2_32
)
diff --git a/tests/auto/network/kernel/qnetworkaddressentry/CMakeLists.txt b/tests/auto/network/kernel/qnetworkaddressentry/CMakeLists.txt
index 3dcfd2ac9b..bc9463aa13 100644
--- a/tests/auto/network/kernel/qnetworkaddressentry/CMakeLists.txt
+++ b/tests/auto/network/kernel/qnetworkaddressentry/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qnetworkaddressentry Test:
#####################################################################
-qt_add_test(tst_qnetworkaddressentry
+qt_internal_add_test(tst_qnetworkaddressentry
SOURCES
tst_qnetworkaddressentry.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/network/kernel/qnetworkdatagram/CMakeLists.txt b/tests/auto/network/kernel/qnetworkdatagram/CMakeLists.txt
index 4ae11ab146..13dcbcb2e3 100644
--- a/tests/auto/network/kernel/qnetworkdatagram/CMakeLists.txt
+++ b/tests/auto/network/kernel/qnetworkdatagram/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qnetworkdatagram Test:
#####################################################################
-qt_add_test(tst_qnetworkdatagram
+qt_internal_add_test(tst_qnetworkdatagram
SOURCES
tst_qnetworkdatagram.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/network/kernel/qnetworkinterface/CMakeLists.txt b/tests/auto/network/kernel/qnetworkinterface/CMakeLists.txt
index 7bf840881a..ecce69cb04 100644
--- a/tests/auto/network/kernel/qnetworkinterface/CMakeLists.txt
+++ b/tests/auto/network/kernel/qnetworkinterface/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qnetworkinterface Test:
#####################################################################
-qt_add_test(tst_qnetworkinterface
+qt_internal_add_test(tst_qnetworkinterface
SOURCES
../../../../shared/emulationdetector.h
tst_qnetworkinterface.cpp
diff --git a/tests/auto/network/kernel/qnetworkproxy/CMakeLists.txt b/tests/auto/network/kernel/qnetworkproxy/CMakeLists.txt
index 4402ba4a72..40650726a7 100644
--- a/tests/auto/network/kernel/qnetworkproxy/CMakeLists.txt
+++ b/tests/auto/network/kernel/qnetworkproxy/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qnetworkproxy Test:
#####################################################################
-qt_add_test(tst_qnetworkproxy
+qt_internal_add_test(tst_qnetworkproxy
SOURCES
tst_qnetworkproxy.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt b/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt
index e8bc9beefb..e9e2d8ae0b 100644
--- a/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt
+++ b/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qnetworkproxyfactory Test:
#####################################################################
-qt_add_test(tst_qnetworkproxyfactory
+qt_internal_add_test(tst_qnetworkproxyfactory
SOURCES
tst_qnetworkproxyfactory.cpp
PUBLIC_LIBRARIES