From 768922def5ad2c814bb69a7794e271f1dcb8fc98 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 12 Jul 2017 11:39:38 +0200 Subject: Doc: Update docs for QMAKE_MACOSX_DEPLOYMENT_TARGET in qmake Manual 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 --- qmake/doc/src/qmake-manual.qdoc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 4e025b9e7c..216cc30af1 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -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 -- cgit v1.2.3