From 8daa7cc6e6bbeec72d8ffe8c083ed02aee73f228 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 15 Dec 2016 15:32:39 +0100 Subject: [PATCH] Doc: the Auto Test plugin is enabled by default It is no longer experimental. Change-Id: If6fefc0ebe04289a1049086ffcc8f84532ae6ab1 Reviewed-by: Eike Ziller --- doc/src/howto/creator-autotest.qdoc | 4 ---- doc/src/overview/creator-testing.qdoc | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc index b26e90885c9..e8a06dc8639 100644 --- a/doc/src/howto/creator-autotest.qdoc +++ b/doc/src/howto/creator-autotest.qdoc @@ -39,10 +39,6 @@ \image qtcreator-autotests.png - To enable the experimental Auto Test plugin, select \uicontrol Help > - \uicontrol {About Plugins} > \uicontrol Utilities > \uicontrol {Auto Test}. - Restart \QC to be able to use the plugin. - \section1 Creating Tests You can use a wizard to create projects that contain Qt or Google tests. diff --git a/doc/src/overview/creator-testing.qdoc b/doc/src/overview/creator-testing.qdoc index a4e1ccd4b4b..06e34ccc6b9 100644 --- a/doc/src/overview/creator-testing.qdoc +++ b/doc/src/overview/creator-testing.qdoc @@ -60,8 +60,9 @@ \li \l{Running Autotests} - You can use an experimental Auto Test plugin to build and run - Qt tests, Qt Quick tests, and Google tests using \QC. + You can build and run Qt tests, Qt Quick tests, and Google tests + using \QC. In addition, you can use a wizard to create projects that + contain Qt or Google tests. \endlist