summaryrefslogtreecommitdiffstats
path: root/config_help.txt
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 /config_help.txt
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 'config_help.txt')
-rw-r--r--config_help.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 7be06c7f9f..68b9f58bcb 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -103,7 +103,6 @@ Build options:
-qtnamespace <name> .. Wrap all Qt library code in 'namespace <name> {...}'.
-qtlibinfix <infix> .. Rename all libQt6*.so to libQt6*<infix>.so.
- -testcocoon .......... Instrument with the TestCocoon code coverage tool [no]
-gcov ................ Instrument with the GCov code coverage tool [no]
-trace [backend] ..... Enable instrumentation with tracepoints.