aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index f5c9967be..7d084c955 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -33,6 +33,8 @@ Project {
SubProject {
filePath: "examples/examples.qbs"
- condition: project.withExamples
+ Properties {
+ condition: parent.withExamples
+ }
}
}