summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:03:48 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:07:30 +1000
commitaf3a7a764686554e86da7dda7f2d17111abc8409 (patch)
tree79bbe93eb17001d3e59a65c8208b52ac41b5f2ab /doc
parentc06d64bb49c26e13d8aa27275838389484bb64a0 (diff)
Install qmltestcase.prf for user applications
Diffstat (limited to 'doc')
-rw-r--r--doc/testcases.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/testcases.txt b/doc/testcases.txt
index 405edae..ac7e579 100644
--- a/doc/testcases.txt
+++ b/doc/testcases.txt
@@ -35,7 +35,14 @@ the following code:
QTEST_QUICK_MAIN(qmlexample)
Where "qmlexample" is an identifier to use to uniquely identify
-this set of tests.
+this set of tests. You should add "CONFIG += qmltestcase" to your
+*.pro file; for example:
+
+ TEMPLATE = app
+ TARGET = tst_qmlexample
+ CONFIG += warn_on qmltestcase
+ SOURCES += tst_qmlexample.cpp
+ RESOURCES += qmlexample.qrc
The test harness scans recursively for "tst_*.qml" files in the qrc
resources that are bound into the test harness binary. The following