From c520001d7827a3477c44b7f8a4952035e38274c0 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 5 Jun 2012 11:34:58 +0200 Subject: [PATCH] Doc: add some articles Optimize doc build at sub-plugin level. Change-Id: Ib9f3e93d2386f195aeddd5cf4794f4af44abcd4c Reviewed-by: hjk --- doc/src/debugger/creator-debugger.qdoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 71267a4dd44..8fb6cd32ae2 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -213,8 +213,13 @@ The probe is either integrated into the running process (e.g. for QML debugging) or runs a separate process (e.g. when using GDB server on embedded Linux, or TRK/CODA on Symbian). The host side typically - consists of \QC itself, often with help of external process such - as CDB or GDB. + consists of \QC itself, often with the help of an external process, such as + \if defined(qcmanual) + GDB or CDB. + \else + GDB. + \endif + While this setup might look daunting, it is mostly invisible to the user. With a properly loaded and configured project, pressing