summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-17 15:37:07 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-30 13:49:11 +0000
commit150b94d4d289eff4947a2daf8a33e5944c119882 (patch)
treee33b5f092e6d09e8da02c9c933bceb7aed38d75f
parentafc4df5222b2fd0915896ab40afbe3a6d279949b (diff)
downloadqtbase-150b94d4d289eff4947a2daf8a33e5944c119882.tar.gz
Doc: Remove qtestlib-tools section
qtestlib-tools is dead. Fixes: QTBUG-107806 Change-Id: Ic479b9e133c1889a046d1b7483af9d8ad8ac4968 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit ef1c1132e677ba6a8a2d2e56be0e549978ad08e1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 226bb80eed..25ac5db487 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}