aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-08-14 17:17:51 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-08-18 17:59:52 +0000
commit493240b0556e8f2a69926a990e4c5b28c85be288 (patch)
tree48b8b8a75e4ce115985ba3e5c349c4b453a081b1 /doc
parent1f6e703a128d0925f63045258cea175840118967 (diff)
Escape linker flags depending on the linker binary in use.
This helps abstract away the -Wl, prefix when using the compiler driver to invoke the linker instead of using ld directly as we may eventually support. Change-Id: I47265d29d162f51e9a65190bd5244c8619b55dc7 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 32d1aef13..1e7cd32b6 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -577,8 +577,8 @@
\li A version number in the format [major].[minor] indicating the earliest version of
Windows that the product should run on. Defines WINVER, _WIN32_WINNT, and
_WIN32_WINDOWS, and applies a version number to the linker flags /SUBSYSTEM and
- /OSVERSION for MSVC or -Wl,--major-subsystem-version, -Wl,--minor-subsystem-version,
- -Wl,--major-os-version and -Wl,--minor-os-version for MinGW.
+ /OSVERSION for MSVC or --major-subsystem-version, --minor-subsystem-version,
+ --major-os-version and --minor-os-version for MinGW.
If undefined, compiler defaults will be used.
\endtable
*/