aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/nested-properties/product.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/nested-properties/product.qbs')
-rw-r--r--tests/auto/blackbox/testdata/nested-properties/product.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/nested-properties/product.qbs b/tests/auto/blackbox/testdata/nested-properties/product.qbs
index b2356599d..af747d405 100644
--- a/tests/auto/blackbox/testdata/nested-properties/product.qbs
+++ b/tests/auto/blackbox/testdata/nested-properties/product.qbs
@@ -3,6 +3,7 @@ import qbs
Product {
type: "mytype"
Depends { name: "higherlevel" }
+ Depends { name: "lowerlevel" }
Group {
files: ["dummy.txt"]
fileTags: ["dummy-input"]