aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-12-18 10:45:47 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-12-18 11:06:57 +0000
commitb4027e83f10dcfa9c842777138c45e32fb4f205c (patch)
treeac9af614cdad7ab347451b36d969b635717abe49
parenta499ac2a80967da83cd39d66d64f88c6b3d57205 (diff)
Doc: Fix default value of enableBundledQt
This amends commit 905ee49f. Change-Id: I4faf5a1ef7d2a1dbdbe7ea78eae2e07a4f33ae61 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qbs.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 08a901365..6b1aa0bb2 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -592,7 +592,7 @@
is required to build against the \QBS libraries.
\row
\li enableBundledQt
- \li \c true
+ \li \c false
\li Holds whether the Qt libraries that \QBS depends on will be bundled with \QBS during
the \c install step. This option is only implemented on macOS.
\row