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.qbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index 004abcc0e..e671b1cae 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -97,6 +97,14 @@ Module {
defaults will be used."
}
+ property string minimumTvosVersion
+ PropertyOptions {
+ name: "minimumTvosVersion"
+ description: "a version number in the format [major].[minor] indicating the earliest \
+ version of tvOS that the product should run on. if undefined, compiler \
+ defaults will be used."
+ }
+
property string minimumAndroidVersion
PropertyOptions {
name: "minimumAndroidVersion"