aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-05-05 14:11:06 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-05-05 14:00:37 +0000
commit661c63aca6cd78a30caba2e8c19437a7d2b1ef55 (patch)
tree27a53d681d0745cc8b5ff7b204e40c1c6ef437d6 /doc
parent4a848b1c7c17cd1b01f681be6b9f49b2fa1ba1ac (diff)
qbs build: Don't build documentation by default.
We support this now. Change-Id: Ib1b1f41129ea0526c2a80661eaaf623cfc461e5a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doc.qbs b/doc/doc.qbs
index d20479919..9155bb6d5 100644
--- a/doc/doc.qbs
+++ b/doc/doc.qbs
@@ -3,6 +3,7 @@ import QbsFunctions
Product {
name: "documentation"
+ builtByDefault: false
type: "qch"
Depends { name: "Qt.core" }