summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}