aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api')
-rw-r--r--tests/auto/api/testdata/local-profiles/local-profiles.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/api/testdata/local-profiles/local-profiles.qbs b/tests/auto/api/testdata/local-profiles/local-profiles.qbs
index 12c9a4c39..d71b8d8ca 100644
--- a/tests/auto/api/testdata/local-profiles/local-profiles.qbs
+++ b/tests/auto/api/testdata/local-profiles/local-profiles.qbs
@@ -20,9 +20,9 @@ Project {
name: "app"
Depends { name: "cpp"; required: false }
aggregate: false
- multiplexByQbsProperties: ["buildVariants", "profiles"]
+ multiplexByQbsProperties: ["buildVariants"]
qbs.buildVariants: ["debug", "release"]
- qbs.profiles: ["mingwProfile"]
+ qbs.profile: "mingwProfile"
}
DynamicLibrary {
name: "lib"