summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qnetworkreply/test')
-rw-r--r--tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt4
-rw-r--r--tests/auto/network/access/qnetworkreply/test/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt b/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt
index 19b430b159..337a505a54 100644
--- a/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt
+++ b/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt
@@ -17,7 +17,7 @@ list(APPEND test_data "../certs")
list(APPEND test_data "../index.html")
list(APPEND test_data "../smb-file.txt")
-qt_add_test(tst_qnetworkreply
+qt_internal_add_test(tst_qnetworkreply
SOURCES
../../../../../shared/emulationdetector.h
../tst_qnetworkreply.cpp
@@ -37,7 +37,7 @@ set(qnetworkreply_resource_files
"resource"
)
-qt_add_resource(tst_qnetworkreply "qnetworkreply"
+qt_internal_add_resource(tst_qnetworkreply "qnetworkreply"
PREFIX
"/"
BASE
diff --git a/tests/auto/network/access/qnetworkreply/test/CMakeLists.txt b/tests/auto/network/access/qnetworkreply/test/CMakeLists.txt
index 24f264703f..e60d254651 100644
--- a/tests/auto/network/access/qnetworkreply/test/CMakeLists.txt
+++ b/tests/auto/network/access/qnetworkreply/test/CMakeLists.txt
@@ -17,7 +17,7 @@ list(APPEND test_data "../certs")
list(APPEND test_data "../index.html")
list(APPEND test_data "../smb-file.txt")
-qt_add_test(tst_qnetworkreply
+qt_internal_add_test(tst_qnetworkreply
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
SOURCES
../../../../../shared/emulationdetector.h
@@ -39,7 +39,7 @@ set(qnetworkreply_resource_files
"resource"
)
-qt_add_resource(tst_qnetworkreply "qnetworkreply"
+qt_internal_add_resource(tst_qnetworkreply "qnetworkreply"
PREFIX
"/"
BASE