aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/module-providers/module-providers.qbs')
-rw-r--r--tests/auto/blackbox/testdata/module-providers/module-providers.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/module-providers/module-providers.qbs b/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
index 0322cc0e0..781a3ca03 100644
--- a/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
+++ b/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
@@ -23,6 +23,7 @@ Project {
Depends { name: "othergenerator" }
Profile {
name: "myProfile"
+ baseProfile: project.profile
moduleProviders.mygenerator.chooseLettersFrom: product.end
moduleProviders.othergenerator.someDefines: "app2"
}