summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/development/qmake-manual.qdoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index 49d7bd8039..33ce5ac889 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -4769,9 +4769,12 @@
\l{qmake Manual#qmake}{\c qmake} will do this if the configuration
supports PCH.
- All platforms that support precompiled headers have the configuration
- option \c precompile_header set. Using this option, you may trigger
- conditional blocks in your project file to add settings when using PCH.
+ 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:
\snippet doc/src/snippets/code/doc_src_qmake-manual.pro 106