aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-10-30 13:30:23 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-10-30 13:40:43 +0100
commitd348f15257375b58515147d4f52fb95bd4f81c34 (patch)
treef42fe22236dc4b7b3bfd4e422b0fef2e11270490 /qbs.qbs
parente10ffda902e15e998593f4870195e257864034ad (diff)
Install examples.
Change-Id: I5c27ee33bf022784da88dbfc55045621be78c68c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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
+ }
}