aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules
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 /doc/reference/modules
parentf75708f39dc6f3fc856615dea49b184af035465a (diff)
Add skeleton tvOS support.
Change-Id: I234cec127b1644f1ef53fe5c287da7158152ac12 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'doc/reference/modules')
-rw-r--r--doc/reference/modules/cpp-module.qdoc8
-rw-r--r--doc/reference/modules/xcode-module.qdoc8
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index bd67a5acb..6b0bf30a8 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -462,6 +462,14 @@
\li A version number in the format [major].[minor] indicating the earliest version of
Apple watchOS that the product should run on.
If undefined, compiler defaults will be used.
+ \row
+ \li minimumTvosVersion
+ \li \c{string}
+ \li 1.5
+ \li undefined, but may be set by generated profiles
+ \li A version number in the format [major].[minor] indicating the earliest version of
+ Apple tvOS that the product should run on.
+ If undefined, compiler defaults will be used.
\endtable
\section1 Properties Specific to Unix Platforms
diff --git a/doc/reference/modules/xcode-module.qdoc b/doc/reference/modules/xcode-module.qdoc
index 931b2f398..fab56a428 100644
--- a/doc/reference/modules/xcode-module.qdoc
+++ b/doc/reference/modules/xcode-module.qdoc
@@ -99,10 +99,10 @@
\li stringList
\li 1.5
\li determined by \c{qbs.targetOS}
- \li List of the Apple devices targeted by this product. For OS X and watchOS, this should
- always be "mac" and "watch", respectively. For iOS, this can be one or both of
- "iphone" and "ipad". The default is the list of all device types supported by the
- current platform.
+ \li List of the Apple devices targeted by this product. For OS X, watchOS, and tvOS, this
+ should always be "mac", "watch", and "tv", respectively. For iOS, this can be one or
+ both of "iphone" and "ipad". The default is the list of all device types supported by
+ the current platform.
\endtable
\section1 Advanced Properties