aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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.