From daeb6a0eae5d507980b6c1778f664e45dd84d471 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 11 Nov 2021 17:57:32 +0100 Subject: [PATCH] Doc: Add Catch 2 test to list of supported testing frameworks Task-number: QTCREATORBUG-26278 Change-Id: Ic42f63c298c4d7f9ca0373b7737f3653599dbe4d Reviewed-by: Christian Stenger --- .../src/overview/creator-only/creator-overview.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc index 081d968a3a5..46f384599d2 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc @@ -114,9 +114,10 @@ execution. In addition, the QML Profiler enables you to profile Qt Quick applications. - \QC is integrated to the \l{Qt Test}, Google C++ Testing, and - Boost.Test frameworks for unit testing applications and - libraries. You can use \QC to create, build, and run autotests. + \QC is integrated to the \l{Qt Test}, Boost.Test, Catch 2 test, + and Google C++ Testing frameworks for unit testing applications + and libraries. You can use \QC to create, build, and run + autotests. For more information, see \l{Testing}. \li \b {Publishing}