diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-28 13:43:16 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-28 13:43:16 (GMT) |
commit | 16b75d6faea5cbf4be16476ae0e53ffbc01d58bd (patch) | |
tree | 481c45d39ae475dd06a4357cc2c3a16a467b37ed /doc | |
parent | e41433295fbde082572c663889f65dd1c2180183 (diff) | |
download | Qt-16b75d6faea5cbf4be16476ae0e53ffbc01d58bd.zip Qt-16b75d6faea5cbf4be16476ae0e53ffbc01d58bd.tar.gz Qt-16b75d6faea5cbf4be16476ae0e53ffbc01d58bd.tar.bz2 |
Added a link to the Debugging Techniques article.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/mainpage.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/mainpage.qdoc b/doc/src/mainpage.qdoc index cafd927..f7f0486 100644 --- a/doc/src/mainpage.qdoc +++ b/doc/src/mainpage.qdoc @@ -171,6 +171,7 @@ Testing and debugging are part of the development process and Qt offers the developer multiple methods of testing their code. \list \o \l{external: Debugging Applications in Creator}{Debugging Applications in Creator} - various debugging options in Creator +\o \l{Debugging Techniques} - essential techniques for debugging Qt code \o \l{external: Qt Simulator Manual}{Simulator} - testing mobile applications by simulating a mobile environment \o \l{QML Viewer} - an executable that is able to run QML files \o \l{QTestLib Manual}{QTestLib} - a unit testing framework built into Qt |