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.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/module-providers/module-providers.qbs b/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
index 1ffa49038..0322cc0e0 100644
--- a/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
+++ b/tests/auto/blackbox/testdata/module-providers/module-providers.qbs
@@ -12,7 +12,7 @@ Project {
Depends { name: "mygenerator.module2" }
Depends { name: "othergenerator" }
moduleProviders.mygenerator.chooseLettersFrom: project.beginning
- moduleProviders.othergenerator.someDefines: "app1"
+ moduleProviders.othergenerator.someDefines: name
files: "main.cpp"
}
CppApplication {