summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2024-01-12 17:19:49 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2024-01-28 22:10:13 +0100
commit697d1b1220ef5d9eedec840c3cee92039f109c50 (patch)
tree679338059b395fdb637795605d06f04d6ae24549
parent5ab925acff6386d64dcb2d6315a5c22380c3e910 (diff)
Remove CMake autotest
There's no public header to test. This repo provides a QML component. Task-number: QTBUG-84884 Change-Id: I88c17a8839c431eb2e6bcfaa11b90d7953c2ceb6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/auto/CMakeLists.txt1
-rw-r--r--tests/auto/cmake/CMakeLists.txt17
2 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 08fefbb..703d34b 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -3,4 +3,3 @@
add_subdirectory(webview)
add_subdirectory(qml)
-#add_subdirectory(cmake)
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
deleted file mode 100644
index 8877e5f..0000000
--- a/tests/auto/cmake/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
-
-
-cmake_minimum_required(VERSION 3.16)
-
-project(qmake_cmake_files)
-
-enable_testing()
-
-find_package(Qt5Core REQUIRED)
-
-include("${_Qt5CTestMacros}")
-
-test_module_includes(
- WebView QWebView
-)