aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2012-11-09 11:24:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-14 13:41:14 +0100
commit58ba6a010b76d9fb53aad96612e1b7a636e46283 (patch)
tree5254f4794a38bddbe0dec4d079c7ab4805d5d18b
parentfe62fdd47f76b19b90e1b5a246cc8a90185016e3 (diff)
QuickTest: Remove reference to /tests/qmlauto
There's no tests/qmlauto in the source tree, neither could I find an example using QUICK_TEST_SOURCE_DIR. Task-number: QTBUG-27919 Change-Id: I5a4ba5653a06e448a922a47900ae3f2d12e3020c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/quick/doc/src/appdevguide/qtquicktest.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/doc/src/appdevguide/qtquicktest.qdoc b/src/quick/doc/src/appdevguide/qtquicktest.qdoc
index 4db6f4ba58..c577a90be1 100644
--- a/src/quick/doc/src/appdevguide/qtquicktest.qdoc
+++ b/src/quick/doc/src/appdevguide/qtquicktest.qdoc
@@ -95,9 +95,6 @@
tst_example -input /mnt/SDCard/qmltests
\endcode
- See \c{tests/qmlauto} in the source tree for an example of creating a
- test harness that uses the \c{QUICK_TEST_SOURCE_DIR} macro.
-
If your test case needs QML imports, then you can add them as
\c{-import} options to the the test program command-line by adding
the following line to your .pro file: