aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 31fb6e056..d5de22ed4 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -18,9 +18,13 @@ Project {
references: [
"doc/doc.qbs",
- "examples/examples.qbs",
"share/share.qbs",
"src/src.qbs",
"tests/auto/auto.qbs"
]
+
+ SubProject {
+ filePath: "examples/examples.qbs"
+ condition: project.withExamples
+ }
}