aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/CppModule.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/CppModule.qbs')
-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 \