summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
authorVikas Pachdha <vikas.pachdha@qt.io>2017-03-15 16:24:37 +0100
committerVikas Pachdha <vikas.pachdha@qt.io>2017-03-28 08:11:07 +0000
commit95b3ea08f84c2a9bb39179a46952982501c2b2e8 (patch)
tree0b2fd57dd4908640907232afa2c785a71f687ec0 /qmake/doc/src/qmake-manual.qdoc
parent18d6c82299d51aacca55465dd1a2066a93440618 (diff)
Doc: Add documentation for new iOS variables in qmake manual
documentation of QMAKE_DEVELOPMENT_TEAM and QMAKE_PROVISIONING_PROFILE Change-Id: Id5854862e44387e31db40f574d85f88512c27f0c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index d8ab7d096d..fbab9f8e25 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1581,6 +1581,14 @@
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely
needs to be modified.
+ \target QMAKE_DEVELOPMENT_TEAM
+ \section1 QMAKE_DEVELOPMENT_TEAM
+
+ \note This variable is used on \macos, iOS, tvOS, and watchOS only.
+
+ The identifier of a development team to use for signing certificates
+ and provisioning profiles.
+
\target QMAKE_DISTCLEAN
\section1 QMAKE_DISTCLEAN
@@ -2076,6 +2084,17 @@
files for IDEs. The default value is the target name. The value of this
variable is typically handled by qmake and rarely needs to be modified.
+ \target QMAKE_PROVISIONING_PROFILE
+ \section1 QMAKE_PROVISIONING_PROFILE
+
+ \note This variable is used on \macos, iOS, tvOS, and watchOS only.
+
+ The UUID of a valid provisioning profile. Use in conjunction with
+ \l{QMAKE_DEVELOPMENT_TEAM} to specify the provisioning profile.
+
+ \note Specifying the provisioning profile disables the automatically
+ managed signing.
+
\section1 QMAKE_MAC_SDK
This variable is used on \macos when building universal binaries.