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>
This commit is contained in:
Andreas Eliasson 2022-11-17 15:37:07 +01:00
parent 2d0f73856a
commit ef1c1132e6
2 changed files with 0 additions and 15 deletions

View File

@ -1,10 +1,5 @@
// 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

View File

@ -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}