From 32463399f7e0a86d6b8463d1665d2a396a7a1af5 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Thu, 23 Feb 2017 09:39:50 +0100 Subject: [PATCH] Add documentation for QMAKE_LINK variable Change-Id: I39f11f42750c705feabf5e1a87bcd277693af1fb Reviewed-by: Leena Miettinen Reviewed-by: Joerg Bornemann --- qmake/doc/src/qmake-manual.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 50733836f8..d8ab7d096d 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -2024,6 +2024,15 @@ of this variable is typically handled by qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. + \section1 QMAKE_LINK + + Specifies the linker that will be used when building + application based projects. Only the file name of the linker + executable needs to be specified as long as it is on a path + contained in the \c PATH variable when the Makefile is processed. + The value of this variable is typically handled by qmake or + \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. + \section1 QMAKE_LINK_SHLIB_CMD Specifies the command to execute when creating a shared