aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-18 09:24:45 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-02-18 09:00:21 +0000
commit65e18f517a0dae69cd2faa40c2a1fd0c46160446 (patch)
tree8a090cadb2e32a94c10894c4a66c69de952183dd /doc
parent695c4c4749ad89cd42ad631dbf47a82abca25338 (diff)
Doc: mention that the default build configuration is debug
Change-Id: I906810c52ebb02dfce2022feaf76b23fa050f8b4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index a87e88bdc..1eb1d2bec 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1301,6 +1301,8 @@
\code
qbs build config:debug modules.cpp.treatWarningsAsErrors:true config:release modules.cpp.optimization:small
\endcode
+
+ Projects are built in the debug build configuration by default.
*/
/*!