aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-03-08 09:46:57 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-03-09 11:33:35 +0000
commita40ea3f1d603d6f43c73346f87ed0e5038c32538 (patch)
treea12ee1dc16c2d42b04b8792b4b9605c6bd934391 /doc
parent3eb71d95f83301d4c2cac94aed6e62327fb2d989 (diff)
Remove duplicated "Qt Unit Test" wizard
There are currently two types of wizards for creating auto tests: - Qt Unit Test - Auto Test Project Both produce almost identical code in the case of a Qt GUI-based test, and the descriptions are very similar. This is really confusing. The Auto Test Project wizard has support for Qt Test, Google Test and Qt Quick Test. In addition, the documentation only mentions Auto Test Projects when it discusses the creation of auto tests: http://doc.qt.io/qtcreator/creator-autotest.html#creating-tests So let's just use that and make everything simpler. Change-Id: Ia16c88c462744baa8df3f9e8082cbcad6ad9eb15 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index 26209b6c04..019ac432f3 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -157,10 +157,6 @@
\list
- \li Qt Unit Test
-
- Qt unit tests for features or classes
-
\li Auto Test Project
Projects with boilerplate code for a Qt or Google test. For more