summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-06-14 16:37:09 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2023-06-16 23:39:01 +0200
commit4d1525b0b825f1ea6376956f8c5d7667019931f4 (patch)
tree4ac382706aea1e2fee640c58da030032e2c3885b /configure.cmake
parentc5b0fa6082b69d3e5d78b35225daf516adb843e7 (diff)
CMake: Remove the dysfunctional -testcocoon configure option
TestCocoon is not maintained anymore, and the -testcocoon configure option of Qt didn't do anything useful since Qt 6.0.0. Remove the option. It's possible to create an instrumented build by using dedicated CMake toolchain files as described in the documentation of Squish Coco (TestCocoon's replacement). Fixes: QTBUG-88316 Change-Id: I8a565cdd288aca9208f48138d2b663802cc0de90 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.cmake b/configure.cmake
index d334a9bbdd..361b37a331 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -568,11 +568,6 @@ qt_feature("largefile"
)
qt_feature_definition("largefile" "QT_LARGEFILE_SUPPORT" VALUE "64")
qt_feature_config("largefile" QMAKE_PRIVATE_CONFIG)
-qt_feature("testcocoon"
- LABEL "Testcocoon support"
- AUTODETECT OFF
-)
-qt_feature_config("testcocoon" QMAKE_PUBLIC_CONFIG)
qt_feature("sanitize_address"
LABEL "Addresses"
AUTODETECT OFF