aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs')
-rw-r--r--tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs b/tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs
index de15aa7c8..ffca11cdf 100644
--- a/tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs
+++ b/tests/auto/blackbox/testdata/nested-groups/modules/themodule/themodule.qbs
@@ -4,6 +4,7 @@ Module {
Group {
cpp.defines: ["REQUIRED_FOR_FILE3"]
Group {
+ prefix: product.sourceDirectory + '/'
files: ["file3.cpp", "file3.h"]
}
}