aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-13 14:21:15 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-02-13 15:12:44 +0100
commita3634a6bbb193c47cdec887a6b29356c979961aa (patch)
tree8b6074912619c48539b53e584a06016af52f403e /doc
parent0764d2aff60b2c822c81e5e58b4e56055e316efd (diff)
Update references to the toolchain setup tool.
s/detect/setup Change-Id: If9d84c94c89c887fb833540a0e2c9d0da4919ba9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc2
-rw-r--r--doc/reference/modules/cpp-module.qdoc10
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index ca7b02a75..fb5865e59 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -169,7 +169,7 @@
Open a build shell (on Windows open an MSVC command prompt,
on other platforms you can usually open the default shell):
\code
- qbs detect-toolchains
+ qbs setup-toolchains --detect
\endcode
The tool chain detector automatically sets up a profile for each detected tool chain.
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index c4e7c92f0..dc21eec49 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -321,7 +321,7 @@
\table
\row \li \b{Type:} \li \c{string}
- \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \row \li \b{Default:} \li determined by qbs-setup-toolchains
\endtable
Name of the compiler binary. This is set in the build profile.
@@ -330,7 +330,7 @@
\table
\row \li \b{Type:} \li \c{string}
- \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \row \li \b{Default:} \li determined by qbs-setup-toolchains
\endtable
Full path of the compiler binary. This is set in the build profile.
@@ -349,7 +349,7 @@
\table
\row \li \b{Type:} \li \c{string}
- \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \row \li \b{Default:} \li determined by qbs-setup-toolchains
\endtable
Name of the linker binary. This is set in the build profile.
@@ -358,7 +358,7 @@
\table
\row \li \b{Type:} \li \c{string}
- \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \row \li \b{Default:} \li determined by qbs-setup-toolchains
\endtable
Full path of the linker binary. This is set in the build profile.
@@ -528,7 +528,7 @@
\table
\row \li \b{Type:} \li \c{string}
- \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \row \li \b{Default:} \li determined by qbs-setup-toolchains
\endtable
Full path of the archiver binary. This is set in the build profile.