diff options
Diffstat (limited to 'doc/doc.qbs')
-rw-r--r-- | doc/doc.qbs | 1 |
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" } |