aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-10-24 12:22:48 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-10-31 12:09:03 +0000
commit38c897a0d45af8817df2756bc8f7e4489f21cf86 (patch)
treeddd9e602169f02b8d40fe74dd75225cf23248119 /tests
parent41e1a4bd2b667c7e5c54553e2b189b2beb38ef49 (diff)
qbs module: Do not set default values for multiplexing properties
We cannot know whether these values are what the user wants, or even whether they will work in a given environment. This violates the principle that modules should only pre-populate list properties if they are known to be correct under all sane circumstances. Change-Id: I81ba53fdb619639324a0f54d289d1183c909c4cb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs b/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
index 6dca8ffd3..438624f70 100644
--- a/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
+++ b/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
@@ -81,6 +81,7 @@ Project {
qbs.architecture: "x86_64"
multiplexByQbsProperties: project.enableX86 ? ["architectures", "buildVariants"]
: ["buildVariants"]
+ qbs.buildVariants: "debug"
install: true
installDir: ""