summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmake/doc/src/qmake-manual.qdoc26
1 files changed, 25 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 0af6f8ca76..4e025b9e7c 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -1809,6 +1809,14 @@
\note Most of the time, the default \c{Info.plist} is good enough.
+ \section1 QMAKE_IOS_DEPLOYMENT_TARGET
+
+ \note This variable is used on the iOS platform only.
+
+ Specifies the hard minimum version of iOS that the application supports.
+
+ For more information, see \l {Expressing Supported iOS Versions}.
+
\section1 QMAKE_LFLAGS
Specifies a general set of flags that are passed to
@@ -2251,6 +2259,22 @@
This is only utilized if the \l{VERSION} or \l{RC_ICONS} variable is set
and the \l{RC_FILE} and \l{RES_FILE} variables are not set.
+ \section1 QMAKE_TVOS_DEPLOYMENT_TARGET
+
+ \note This variable is used on the tvOS platform only.
+
+ Specifies the hard minimum version of tvOS that the application supports.
+
+ For more information, see \l {Expressing Supported iOS Versions}.
+
+ \section1 QMAKE_WATCHOS_DEPLOYMENT_TARGET
+
+ \note This variable is used on the watchOS platform only.
+
+ Specifies the hard minimum version of watchOS that the application supports.
+
+ For more information, see \l {Expressing Supported iOS Versions}.
+
\section1 QT
Specifies the \l{All Modules}{Qt modules} that are used by your project. For