diff options
author | Simon Hausmann <simon.hausmann@qt.io> | 2017-07-19 09:47:29 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2017-07-19 09:47:29 +0200 |
commit | 407302fb1b823fbe0ae09c031862f87b252489e6 (patch) | |
tree | f192faf40b9009ee6a884ed4b7d0b3942b6810ac /qmake | |
parent | 0f30dcaea8129092142fe87d2d14209c75363f66 (diff) | |
parent | ad3b41a06d9ba7219c79b5548c5b11698787288d (diff) | |
download | qtbase-407302fb1b823fbe0ae09c031862f87b252489e6.tar.gz |
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts:
src/corelib/io/qwindowspipewriter.cpp
src/widgets/styles/qcommonstyle.cpp
Change-Id: I0d33efdc4dc256e234abc490a18ccda72cd1d9e6
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/doc/src/qmake-manual.qdoc | 37 |
1 files changed, 30 insertions, 7 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index db6ddc3995..27abec596f 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 @@ -2101,12 +2109,11 @@ \section1 QMAKE_MACOSX_DEPLOYMENT_TARGET - This variable only takes effect when building on \macos. On that - platform, the variable will be forwarded to the MACOSX_DEPLOYMENT_TARGET - environment variable, which is interpreted by the compiler or linker. - For more information, see the - \l{Qt for macOS - Deployment#macOS Version Dependencies}{Deploying - an Application on \macos} document. + \note This variable is used on the \macos platform only. + + Specifies the hard minimum version of \macos that the application supports. + + For more information, see \l{macOS Version Dependencies}. \section1 QMAKE_MAKEFILE @@ -2251,6 +2258,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 |