Doc: move options to a new Build & Run category

Move General settings (from Projects) Tool Chains, Qt Versions,
and CMake settings

Task-number: QTCREATORBUG-6327
Task-number: QTCREATORBUG-6326
Task-number: QTCREATORBUG-6307
Change-Id: I87b2238ac0b44f56363c85366157ae70ac694211
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Leena Miettinen
2011-10-18 11:27:30 +02:00
committed by Eike Ziller
parent 7a1bf412fb
commit 3dbe54b0fe
13 changed files with 28 additions and 34 deletions

View File

@@ -594,7 +594,8 @@
codesign -f -s "$USER" $INSTALL_LOCATION/fsfgdb
\endcode
\o In \QC, select \gui {Tools > Preferences<EFBFBD> > Tool Chains}, to
\o In \QC, select \gui {Qt Creator > Preferences > Build & Run >
Tool Chains}, to
add a tool chain that uses the debugger:
\list 1
@@ -1003,8 +1004,8 @@
\QC dynamically loads a helper library in form of a DLL or a
shared object into the debugged process.
The \QSDK package already contains a prebuilt debugging helper
library. To create your own debugging helper library, select \gui{Tools} >
\gui{Options} > \gui{Qt4} > \gui{Qt Versions}. As the internal data
library. To create your own debugging helper library, select \gui{Tools >
Options > Build & Run > Qt Versions}. As the internal data
structures of Qt can change between versions, the debugging helper
library is built for each Qt version.
@@ -1311,7 +1312,7 @@
You have to build the QML Inspector once for each Qt version that you want
to debug
with. Select \gui{Tools > Options > Qt4 > Qt Versions}.
with. Select \gui{Tools > Options > Build & Run > Qt Versions}.
\note QML Inspector requires Qt 4.7.1 or later.