aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmltest.qdoc
diff options
context:
space:
mode:
authorMatthew Vogt <matthew.vogt@nokia.com>2012-01-31 16:52:36 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-03 00:39:18 +0100
commit01dc7e2ea476e0e6dcdce2e72979bbc858f4057d (patch)
treed8796f7695bbf8ad42abf47cd84c1b5e000ef795 /doc/src/declarative/qmltest.qdoc
parent5e07b57b818326da47a46d384415041fa4cea0ba (diff)
Remove QtQuick1 elements from qtdeclarative
QtQuick1 is now contained in a separate repository. Task-number: QTBUG-23737 Change-Id: I09eae67af5693a22b896b916f816f73ccc3a89b1 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'doc/src/declarative/qmltest.qdoc')
-rw-r--r--doc/src/declarative/qmltest.qdoc17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/src/declarative/qmltest.qdoc b/doc/src/declarative/qmltest.qdoc
index e9340d8137..640275cf93 100644
--- a/doc/src/declarative/qmltest.qdoc
+++ b/doc/src/declarative/qmltest.qdoc
@@ -104,21 +104,4 @@
\code
IMPORTPATH += $$PWD/../imports/my_module1 $$PWD/../imports/my_module2
\endcode
-
- \section1 Running tests with QtQuick 1
-
- The \c{-qtquick1} option can be passed to a test binary to run
- the tests using QDeclarativeView (QtQuick 1) rather than QQuickView (QtQuick 2):
-
- \code
- tst_example -qtquick1
- \endcode
-
- To run tests with either QtQuick 1 or QtQuick 2, use
- "import QtQuick 1.0" in your unit tests and then specify
- compatibility mode to the QtQuick2 engine:
-
- \code
- QMLSCENE_IMPORT_NAME=quick1 tst_example
- \endcode
*/