summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:50:14 +0100
committerKai Köhne <kai.koehne@qt.io>2022-03-22 15:32:32 +0100
commit7bd0a9f0c6c2d7791a89e304442970b08d8a295a (patch)
treec6d62e7cea3a7557fd7fc8c6c4c16796fd23adc6 /tests
parent829aa07f84af60cd76d382324f5ec1a0af071809 (diff)
downloadqtwebsockets-7bd0a9f0c6c2d7791a89e304442970b08d8a295a.tar.gz
Remove .prev_CMakeLists.txt
Pick-to: 6.3 Change-Id: Icaf0fac81f51432c706a948d0986aae68e44fffb Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/.prev_CMakeLists.txt7
-rw-r--r--tests/auto/.prev_CMakeLists.txt7
2 files changed, 0 insertions, 14 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
deleted file mode 100644
index 2214137..0000000
--- a/tests/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated from tests.pro.
-
-if(QT_BUILD_STANDALONE_TESTS)
- # Add qt_find_package calls for extra dependencies that need to be found when building
- # the standalone tests here.
-endif()
-qt_build_tests()
diff --git a/tests/auto/.prev_CMakeLists.txt b/tests/auto/.prev_CMakeLists.txt
deleted file mode 100644
index 39b8e8d..0000000
--- a/tests/auto/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated from auto.pro.
-
-add_subdirectory(cmake)
-add_subdirectory(websockets)
-if(TARGET Qt::Quick)
- add_subdirectory(qml)
-endif()