summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-08-22 15:25:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-27 19:12:06 +0200
commitad4bda8b754a5fb4f7c6d5c4c3b941579df83c41 (patch)
tree926b99ea8e53a385573cca33e7ff8b1bad450260 /qmake
parent59ee3e5db6cf0b97682cd1b3bc2a6decbca1cb1d (diff)
Doc: update Project Options section in qmake Manual
Explain which mkspecs have the configuration option precompile_header set. Task-number: QTBUG-25683 Change-Id: I9b11eafad16b65523cbb90897fe88829add58bea Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 38217cb891..b4af1cd8b8 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -4005,8 +4005,10 @@
include the precompiled header file in \c HEADERS, as
qmake will do this if the configuration supports precompiled headers.
- All platforms that support precompiled headers have the configuration
- option \c precompile_header set. Using this option, you may trigger
+ The MSVC and g++ specs targeting Windows (and Windows CE) enable
+ \c precompile_header by default.
+
+ Using this option, you may trigger
conditional blocks in your project file to add settings when using
precompiled headers.
For example: