summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-08 17:04:04 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-12 20:59:13 +0100
commit04f11f9935453a3db6bc5e5064a187fa25e85d90 (patch)
tree7a4b6724e247811195e5c98f98e978483abe29ee /tests/auto/network/access
parentbb00b63dee85bfe77bd721dd962c768e62c1b1e3 (diff)
Remove .prev_CMakeLists.txt files
Those serve no purpose anymore, now that the .pro files are gone. Task-number: QTBUG-88742 Change-Id: I39943327b8c9871785b58e9973e4e7602371793e Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/network/access')
-rw-r--r--tests/auto/network/access/qabstractnetworkcache/.prev_CMakeLists.txt22
-rw-r--r--tests/auto/network/access/qdecompresshelper/.prev_CMakeLists.txt20
-rw-r--r--tests/auto/network/access/qhttpnetworkconnection/.prev_CMakeLists.txt21
-rw-r--r--tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt10
-rw-r--r--tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt59
5 files changed, 0 insertions, 132 deletions
diff --git a/tests/auto/network/access/qabstractnetworkcache/.prev_CMakeLists.txt b/tests/auto/network/access/qabstractnetworkcache/.prev_CMakeLists.txt
deleted file mode 100644
index bf163c3883..0000000000
--- a/tests/auto/network/access/qabstractnetworkcache/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Generated from qabstractnetworkcache.pro.
-
-#####################################################################
-## tst_qabstractnetworkcache Test:
-#####################################################################
-
-# Collect test data
-file(GLOB_RECURSE test_data_glob
- RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- tests/*)
-list(APPEND test_data ${test_data_glob})
-
-qt_internal_add_test(tst_qabstractnetworkcache
- SOURCES
- tst_qabstractnetworkcache.cpp
- PUBLIC_LIBRARIES
- Qt::Network
- TESTDATA ${test_data}
-)
-
-#### Keys ignored in scope 1:.:.:qabstractnetworkcache.pro:<TRUE>:
-# QT_TEST_SERVER_LIST = "apache2"
diff --git a/tests/auto/network/access/qdecompresshelper/.prev_CMakeLists.txt b/tests/auto/network/access/qdecompresshelper/.prev_CMakeLists.txt
deleted file mode 100644
index 8f01ee712d..0000000000
--- a/tests/auto/network/access/qdecompresshelper/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated from qdecompresshelper.pro.
-
-#####################################################################
-## tst_qdecompresshelper Test:
-#####################################################################
-
-qt_internal_add_test(tst_qdecompresshelper
- SOURCES
- gzip.rcc.cpp
- inflate.rcc.cpp
- tst_qdecompresshelper.cpp
- zstandard.rcc.cpp
- DEFINES
- SRC_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
- PUBLIC_LIBRARIES
- Qt::NetworkPrivate
-)
-
-#### Keys ignored in scope 1:.:.:qdecompresshelper.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/auto/network/access/qhttpnetworkconnection/.prev_CMakeLists.txt b/tests/auto/network/access/qhttpnetworkconnection/.prev_CMakeLists.txt
deleted file mode 100644
index 4c23a4f66b..0000000000
--- a/tests/auto/network/access/qhttpnetworkconnection/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-# Generated from qhttpnetworkconnection.pro.
-
-if(NOT QT_FEATURE_private_tests)
- return()
-endif()
-
-#####################################################################
-## tst_qhttpnetworkconnection Test:
-#####################################################################
-
-qt_internal_add_test(tst_qhttpnetworkconnection
- SOURCES
- tst_qhttpnetworkconnection.cpp
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::NetworkPrivate
-)
-
-#### Keys ignored in scope 1:.:.:qhttpnetworkconnection.pro:<TRUE>:
-# QT_TEST_SERVER_LIST = "apache2"
-# _REQUIREMENTS = "qtConfig(private_tests)"
diff --git a/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt b/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt
deleted file mode 100644
index 60fe797d50..0000000000
--- a/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# Generated from echo.pro.
-
-#####################################################################
-## echo Binary:
-#####################################################################
-
-qt_internal_add_executable(echo
- SOURCES
- main.cpp
-)
diff --git a/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt b/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt
deleted file mode 100644
index 337a505a54..0000000000
--- a/tests/auto/network/access/qnetworkreply/test/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-# Generated from test.pro.
-
-#####################################################################
-## tst_qnetworkreply Test:
-#####################################################################
-
-# Collect test data
-list(APPEND test_data "../empty")
-list(APPEND test_data "../rfc3252.txt")
-list(APPEND test_data "../resource")
-list(APPEND test_data "../bigfile")
-file(GLOB_RECURSE test_data_glob
- RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- ../*.jpg)
-list(APPEND test_data ${test_data_glob})
-list(APPEND test_data "../certs")
-list(APPEND test_data "../index.html")
-list(APPEND test_data "../smb-file.txt")
-
-qt_internal_add_test(tst_qnetworkreply
- SOURCES
- ../../../../../shared/emulationdetector.h
- ../tst_qnetworkreply.cpp
- INCLUDE_DIRECTORIES
- ../../../../../shared
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::NetworkPrivate
- TESTDATA ${test_data}
-)
-
-# Resources:
-set_source_files_properties("../resource"
- PROPERTIES QT_RESOURCE_ALIAS "resource"
-)
-set(qnetworkreply_resource_files
- "resource"
-)
-
-qt_internal_add_resource(tst_qnetworkreply "qnetworkreply"
- PREFIX
- "/"
- BASE
- ".."
- FILES
- ${qnetworkreply_resource_files}
-)
-
-
-#### Keys ignored in scope 1:.:.:test.pro:<TRUE>:
-# QT_FOR_CONFIG = "gui-private"
-# QT_TEST_SERVER_LIST = "vsftpd" "apache2" "ftp-proxy" "danted" "squid"
-# testcase.timeout = "600"
-
-## Scopes:
-#####################################################################
-
-#### Keys ignored in scope 2:.:.:test.pro:NOT ANDROID:
-# TEST_HELPER_INSTALLS = "../echo/echo"