aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exportSimple/project.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-05-07 14:51:38 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-05-08 14:23:54 +0200
commitd203f9b8203dedd08e3588af0c64e1d16e130bf8 (patch)
treea1cacf516492ac0a0539fd2cb92126c3f4249a35 /tests/auto/blackbox/testdata/exportSimple/project.qbs
parentdc247e1d622f027aa195cefc6de52d8e4cca8c13 (diff)
fix crash on Properties block in Export itemv1.2.1
The merged Export item was lacking a file context. Added a QBS_CHECK in instantiateModule to ensure a valid file context of the module instance scope. Task-number: QBS-550 Change-Id: I04368ba2e290a9af70f22e9c4c07324e295da4f0 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/exportSimple/project.qbs')
-rw-r--r--tests/auto/blackbox/testdata/exportSimple/project.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/exportSimple/project.qbs b/tests/auto/blackbox/testdata/exportSimple/project.qbs
index 1b665b880..96244671a 100644
--- a/tests/auto/blackbox/testdata/exportSimple/project.qbs
+++ b/tests/auto/blackbox/testdata/exportSimple/project.qbs
@@ -19,6 +19,10 @@ Project {
}
Export {
Depends { name: 'dummy2' }
+ Properties { // QBS-550
+ condition: false
+ qbs.optimization: "ludicrous speed"
+ }
}
}