aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs9
1 files changed, 1 insertions, 8 deletions
diff --git a/qbs.qbs b/qbs.qbs
index f36bd0ee4..c409eefb6 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -4,7 +4,6 @@ Project {
minimumQbsVersion: "1.6"
qbsSearchPaths: ["qbs-resources"]
property bool withCode: true
- property bool withDocker: true
property bool withDocumentation: true
property bool withExamples: false
property bool withTests: withCode
@@ -12,18 +11,12 @@ Project {
property stringList autotestWrapper: []
references: [
+ "docker/docker.qbs",
"share/share.qbs",
"scripts/scripts.qbs",
]
SubProject {
- filePath: "docker/docker.qbs"
- Properties {
- condition: parent.withDocker
- }
- }
-
- SubProject {
filePath: "doc/doc.qbs"
Properties {
condition: parent.withDocumentation