summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-11-25 15:54:59 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2021-12-13 09:27:30 +0000
commit8538cb992043eb680c1b7acaf133e4147e1db86a (patch)
tree3417bc4787d2ed881ac400ceea31ffa6c261a5f1 /tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
parentd5fa3a4eb279c1ad9f0247156e5cf015261e39f0 (diff)
downloadqbs-8538cb992043eb680c1b7acaf133e4147e1db86a.tar.gz
Convenience products: Make installDebugInformation consistent
... with install by default. If we have an installable product with debug info, it's likely we want to install the debug info as well. Task-number: QTCREATORBUG-26419 Change-Id: I6057bcd1620bcf207b38397b7f6f45be4187e44e Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs')
-rw-r--r--tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs10
1 files changed, 10 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 6b7fab390..0a06125eb 100644
--- a/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
+++ b/tests/auto/blackbox/testdata-apple/apple-multiconfig/apple-multiconfig.qbs
@@ -26,6 +26,7 @@ Project {
multiplexByQbsProperties: []
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -45,6 +46,7 @@ Project {
qbs.buildVariants: ["release"]
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -62,6 +64,7 @@ Project {
multiplexByQbsProperties: []
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -76,6 +79,7 @@ Project {
cpp.minimumIosVersion: "8.0"
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -96,6 +100,7 @@ Project {
qbs.buildVariants: "debug"
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -112,6 +117,7 @@ Project {
qbs.buildVariants: ["debug", "profiling"]
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -128,6 +134,7 @@ Project {
qbs.buildVariants: ["release", "debug", "profiling"]
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -144,6 +151,7 @@ Project {
qbs.buildVariants: ["debug", "profiling"]
install: true
+ installDebugInformation: false
installDir: ""
}
@@ -159,6 +167,7 @@ Project {
qbs.architectures: Helpers.getArchitectures(qbs, project.xcodeVersion)
qbs.buildVariants: ["debug", "profiling"]
install: true
+ installDebugInformation: false
installDir: ""
}
DynamicLibrary {
@@ -172,6 +181,7 @@ Project {
qbs.architectures: Helpers.getArchitectures(qbs, project.xcodeVersion)
qbs.buildVariants: ["debug", "profiling"]
install: true
+ installDebugInformation: false
installDir: ""
}
}