Skip to content

Commit

Permalink
Doc: Update docs for QMAKE_MACOSX_DEPLOYMENT_TARGET in qmake Manual
Browse files Browse the repository at this point in the history
The old docs contained obsolete information. Also, the new docs
match the new docs for the other Apple OS deployment targets.

Change-Id: Id773fa2086f291d8a2552fe1b339ec1e13c19d74
Reviewed-by: Jake Petroules <[email protected]>
  • Loading branch information
leena-miettinen committed Jul 17, 2017
1 parent 8f3f02b commit 768922d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions qmake/doc/src/qmake-manual.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2109,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

Expand Down

0 comments on commit 768922d

Please sign in to comment.