summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-autotest.qdoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc
index 22335df271..b4cebaaac2 100644
--- a/doc/src/howto/creator-autotest.qdoc
+++ b/doc/src/howto/creator-autotest.qdoc
@@ -85,10 +85,9 @@
\endlist
- \QC creates the test in the \c{tests\auto} directory in the project
- directory. Edit the .cpp file to add private slots for each test
- function in your test. For more information about creating Qt tests, see
- \l{Creating a Test}.
+ \QC creates the test in the specified project directory. Edit the .cpp file
+ to add private slots for each test function in your test. For more information
+ about creating Qt tests, see \l{Creating a Test}.
\section2 Creating Google Tests
@@ -133,8 +132,7 @@
\endlist
- \QC creates the test in the \c{tests\auto} directory in the project
- directory.
+ \QC creates the test in the specified project directory.
\section1 Setting Up the Google C++ Testing Framework