summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-03-28 15:43:16 +0200
committerJerome Pasion <jerome.pasion@nokia.com>2011-03-28 15:43:16 +0200
commit16b75d6faea5cbf4be16476ae0e53ffbc01d58bd (patch)
tree481c45d39ae475dd06a4357cc2c3a16a467b37ed /doc
parente41433295fbde082572c663889f65dd1c2180183 (diff)
Added a link to the Debugging Techniques article.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/mainpage.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/mainpage.qdoc b/doc/src/mainpage.qdoc
index cafd9278fa..f7f048600b 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