diff options
author | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2016-04-06 16:09:57 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2016-04-07 09:25:15 +0000 |
commit | 322c2d012f7e6b207b1e73f84cf1e9ba3036595a (patch) | |
tree | fcff8b75139d92f7cd4ff6abd4707c2d1ecb7bd5 /doc/src/overview | |
parent | 33bd9b387a1fd94809617918ebeaeac8efc87c61 (diff) | |
download | qt-creator-322c2d012f7e6b207b1e73f84cf1e9ba3036595a.tar.gz |
Doc: Mention Google C++ Testing framework in overview
Change-Id: I91b81990047184539eb26b3596e216c995f0a962
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'doc/src/overview')
-rw-r--r-- | doc/src/overview/creator-overview.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/overview/creator-overview.qdoc b/doc/src/overview/creator-overview.qdoc index a9bf26f3f1..1c2bf533e7 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} |