aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-09-06 15:08:45 +0200
committerJake Petroules <jake.petroules@qt.io>2017-09-06 19:09:46 +0000
commitcc5537699dd19fbc0138ef93d792c8044eb86a54 (patch)
tree9e4e8d6bc81348265d38752c873c8013844ad824 /doc/qbs.qdoc
parenta19e5669bc93a9abb789d2d7dd7cca61dfdc2d00 (diff)
Doc: Add the "modules" prefix to the to "qbs build" command example
Change-Id: Id27786a979578fa91ff83e4cb245b9528b0e3246 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 27bb789b5..653b5100e 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -885,7 +885,7 @@
\c small for release only.
\code
- qbs build debug cpp.treatWarningsAsErrors:true release cpp.optimization:small
+ qbs build debug modules.cpp.treatWarningsAsErrors:true release modules.cpp.optimization:small
\endcode
*/