aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-09-25 09:38:31 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-09-25 12:50:46 +0000
commitbdd2b09bce067440996008469da70a14fbaeefc3 (patch)
treebc1269f52a773cd51d17a7db9931e8523163b307
parent63779878f0b5ee53bef43c10f4685bcabbccd0a2 (diff)
Doc: Update the cpp module example
Remove the outdated property precompiledHeader from the simplified cpp module. Use includePaths as example instead. Change-Id: Ib51d97a10d4853b09dc475ad1257b7888758c907 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qbs.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index ceb45f80f..256d840e6 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -532,7 +532,7 @@
property string warningLevel
property string optimization
property bool debugInformation
- property path precompiledHeader
+ property pathList includePaths
// ...
FileTagger {
patterns: "*.cpp"