aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-13 10:48:02 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-13 12:34:25 +0000
commit68c40f931d392c880c3009c58364063e094dde17 (patch)
tree832bc94089a25779165a647205fc3013d5e2c313 /tests/auto/api
parenta67e0082a55449bbc680c5cd23c398e8c3def392 (diff)
Remove the deprecated Product.profile property
It was not used anywhere anymore. Change-Id: I420c40f562634159e838a805aeedbefb89185c75 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
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"