From ef1c1132e677ba6a8a2d2e56be0e549978ad08e1 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Thu, 17 Nov 2022 15:37:07 +0100 Subject: [PATCH] Doc: Remove qtestlib-tools section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qtestlib-tools is dead. Fixes: QTBUG-107806 Pick-to: 6.4 6.2 Change-Id: Ic479b9e133c1889a046d1b7483af9d8ad8ac4968 Reviewed-by: Topi Reiniƶ --- src/testlib/doc/src/qt-webpages.qdoc | 5 ----- src/testlib/doc/src/qttestlib-manual.qdoc | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/src/testlib/doc/src/qt-webpages.qdoc b/src/testlib/doc/src/qt-webpages.qdoc index 0a691bb63b2..2f6ca6116d1 100644 --- a/src/testlib/doc/src/qt-webpages.qdoc +++ b/src/testlib/doc/src/qt-webpages.qdoc @@ -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 diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index 53ef055d2b0..20127a9265f 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}