aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-22 13:43:16 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-27 07:05:19 +0000
commit4d5a8368a72617b942ced3d0fc3e1475abbcc7ab (patch)
treed4d3806d2e3c69c6016649f58439ea45f73ed434 /qtcreator.qbs
parentbc4a24db00c14a97b1d1dbdf36639a5e6c16a3bf (diff)
Build documentation also when using qbs.
Change-Id: I17330fa27effc633a06bc8f0a5864e771b831476 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 49227498d8..263479f0dd 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -6,6 +6,7 @@ Project {
name: "Qt Creator"
minimumQbsVersion: "1.5.0"
property bool withAutotests: qbs.buildVariant === "debug"
+ property string licenseType: "opensource"
property string ide_version_major: '4'
property string ide_version_minor: '0'
property string ide_version_release: '82'
@@ -62,6 +63,7 @@ Project {
qbsSearchPaths: "qbs"
references: [
+ "doc/doc.qbs",
"src/src.qbs",
"share/share.qbs",
"share/qtcreator/translations/translations.qbs",