aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-10-09 12:27:09 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-10-10 07:04:00 +0000
commit3833e9631a03a5cffd52e198e01b094fdfead30c (patch)
tree10d03b81a9a21a99c3ba2a05c86ef306b275e78c /src/qmltest
parent10e7d4aaa499d9a046f794b96a0caffeb3271f1a (diff)
Doc: Clarify that BC does not apply to Qt Quick Test
Task-number: QTBUG-17531 Change-Id: I6ec35005800dd84d9d2a2c36c0ead97c573c9792 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/doc/src/qtquicktest-index.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmltest/doc/src/qtquicktest-index.qdoc b/src/qmltest/doc/src/qtquicktest-index.qdoc
index 700bddc8d5..0a89066d47 100644
--- a/src/qmltest/doc/src/qtquicktest-index.qdoc
+++ b/src/qmltest/doc/src/qtquicktest-index.qdoc
@@ -57,6 +57,11 @@
to be executed. See the documentation for the \l [QML] TestCase and
\l [QML] SignalSpy types for more information on writing test cases.
+ \note There is no binary compatibility guarantee for the Qt Quick Test
+ module. This means that an application that uses Qt Quick Test is
+ only guaranteed to work with the Qt version it was developed against.
+ However, source compatibility is guaranteed.
+
\section1 Running Tests
Test cases are launched by a C++ harness that consists of