From 322c2d012f7e6b207b1e73f84cf1e9ba3036595a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 6 Apr 2016 16:09:57 +0200 Subject: [PATCH] Doc: Mention Google C++ Testing framework in overview Change-Id: I91b81990047184539eb26b3596e216c995f0a962 Reviewed-by: Christian Stenger --- doc/src/overview/creator-overview.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/overview/creator-overview.qdoc b/doc/src/overview/creator-overview.qdoc index a9bf26f3f10..1c2bf533e7f 100644 --- a/doc/src/overview/creator-overview.qdoc +++ b/doc/src/overview/creator-overview.qdoc @@ -112,9 +112,9 @@ execution. In addition, the QML Profiler enables you to profile Qt Quick applications. - \QC is integrated to the \l{Qt Test} framework for unit testing - Qt based applications and libraries. You can use \QC to build - and run autotests. + \QC is integrated to the \l{Qt Test} and Google C++ Testing + frameworks for unit testing applications and libraries. You can + use \QC to build and run autotests. For more information, see \l{Testing}. \li \b {Publishing}