aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/CppModule.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-09-08 22:46:10 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-09-11 10:31:29 +0000
commit216ad20c09f160722598a6780e4271f0010bc616 (patch)
treec0d45fb354728e95c97eda4f53402b0be85c900d /share/qbs/modules/cpp/CppModule.qbs
parentf75708f39dc6f3fc856615dea49b184af035465a (diff)
Add skeleton tvOS support.
Change-Id: I234cec127b1644f1ef53fe5c287da7158152ac12 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
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"