aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs')
-rw-r--r--tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs b/tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs
index af1c33049..e68899ae2 100644
--- a/tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs
+++ b/tests/auto/blackbox/testdata/probe-in-exported-module/modules/mymodule/mymodule.qbs
@@ -8,6 +8,7 @@ Module {
}
property bool found: theProbe.found
depmodule.prop: found ? "yes" : "no"
+ depmodule.listProp: theProbe.found ? ["my"] : []
Rule {
inputs: ["in"]