aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-06-28 11:45:29 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2019-07-05 13:44:31 +0000
commit136d2bff4b1ec39134b63c7be565a9ba8de58b10 (patch)
treeef1c6f5be2ae1db25efff6a281048f5595978bc6 /share
parent27b78ea67f82fca051666599603273c12ecb403b (diff)
Set cpp.minimumIosVersion to "6.0" by default
This is required because earlier iOS versions are broken in recent XCode installations (at least, for XCode >= 7.0.0) Change-Id: Ib55e2eafcf26357695ab057da8109921518b7fea Reviewed-by: Qbs CI Bot <travis-bot@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/cpp/CppModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index 35a5de4f0..bcc82d57a 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -104,7 +104,7 @@ Module {
to the compiler. if undefined, compiler defaults will be used."
}
- property string minimumIosVersion
+ property string minimumIosVersion: qbs.architecture == "armv7a" ? "6.0" : undefined
PropertyOptions {
name: "minimumIosVersion"
description: "a version number in the format [major].[minor] indicating the earliest \