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:
parent
298c00e530
commit
2b1913a7cb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user