Doc: Fix linking from Qt Test to Qt Quick Test
Change-Id: I5552fde06f7cc383e1b16cd90ca9fe7cfeb3a436 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
1ffcca4cc2
commit
d900463283
@ -27,7 +27,7 @@ qhp.QtTestLib.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qttestlib/qttestlib.tags
|
||||
|
||||
depends += qtcore qtdoc qtwidgets qtgui qmake qtquick
|
||||
depends += qtcore qtdoc qtwidgets qtgui qmake qtqmltest
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -75,11 +75,15 @@
|
||||
|
||||
\section1 Reference
|
||||
|
||||
These are links to the API reference materials.
|
||||
\list
|
||||
\li \l{Qt Test C++ Classes}
|
||||
\endlist
|
||||
|
||||
The \l {Qt Quick Test} module enables unit testing Qt Quick applications.
|
||||
|
||||
\list
|
||||
\li \l{Qt Test C++ Classes}{C++ Classes}
|
||||
\li \l{Qt Quick Test QML Types}{QML Types}
|
||||
\li \l{Qt Quick Test QML Types}
|
||||
\li \l{Qt Quick Test C++ API}
|
||||
\endlist
|
||||
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user