summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-17 15:37:07 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-11-30 14:48:50 +0100
commitef1c1132e677ba6a8a2d2e56be0e549978ad08e1 (patch)
tree6ecde883f290bf0a63bba170f1c3b241460ab6b2 /src/testlib/doc
parent2d0f73856a83b53e05dd639e52d06b9dbd702819 (diff)
Doc: Remove qtestlib-tools section
qtestlib-tools is dead. Fixes: QTBUG-107806 Pick-to: 6.4 6.2 Change-Id: Ic479b9e133c1889a046d1b7483af9d8ad8ac4968 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/testlib/doc')
-rw-r--r--src/testlib/doc/src/qt-webpages.qdoc5
-rw-r--r--src/testlib/doc/src/qttestlib-manual.qdoc10
2 files changed, 0 insertions, 15 deletions
diff --git a/src/testlib/doc/src/qt-webpages.qdoc b/src/testlib/doc/src/qt-webpages.qdoc
index 0a691bb63b..2f6ca6116d 100644
--- a/src/testlib/doc/src/qt-webpages.qdoc
+++ b/src/testlib/doc/src/qt-webpages.qdoc
@@ -1,11 +1,6 @@
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \externalpage https://blog.qt.io/blog/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/
- \title qtestlib-tools Announcement
-*/
-
-/*!
\externalpage https://www.froglogic.com/coco/
\title Froglogic Coco Code Coverage
*/
diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc
index 53ef055d2b..20127a9265 100644
--- a/src/testlib/doc/src/qttestlib-manual.qdoc
+++ b/src/testlib/doc/src/qttestlib-manual.qdoc
@@ -942,16 +942,6 @@
macro to avoid measuring its overhead. Each benchmark test function
can have one active QBENCHMARK macro.
- \section1 External Tools
-
- Tools for handling and visualizing test data are available as part of
- the \l {qtestlib-tools} project.
- These include a tool for comparing performance data obtained from test
- runs and a utility to generate Web-based graphs of performance data.
-
- See the \l{qtestlib-tools Announcement}{qtestlib-tools announcement}
- for more information on these tools and a simple graphing example.
-
\section1 Building the Executable
\include {building-examples.qdocinc} {building the executable} {tutorial5}