Doc: Clarify that BC does not apply to Qt Test

Task-number: QTBUG-17531
Change-Id: I59c02f456a16a48391247fdf7010358ad013c0ac
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Paul Wicking 2018-10-09 12:21:36 +02:00
parent 298c00e530
commit 2b1913a7cb

View File

@ -35,6 +35,11 @@
and the \l QAbstractItemModelTester allows for non-destructive testing
of item models.
\note There is no binary compatibility guarantee for the Qt Test module.
This means that an application that uses Qt Test is only guaranteed
to work with the Qt version it was developed against. However, source
compatibility is guaranteed.
\section1 Getting Started
To enable Qt Test in a project, add this directive into the C++ files: