aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-03-02 02:03:15 -0500
committerJake Petroules <jake.petroules@petroules.com>2014-03-03 14:26:06 +0100
commit1c20be2f88f9f539eb0fb8b3e76d03cebeb3f5d2 (patch)
tree7a00397ddb2c030f93bc0533e200ddb18a80459a /doc
parentfd5de44814ac91eac96e98495f70745faca7e471 (diff)
Define hostOSBuildVersion on Windows as well.
This mirrors CoreFoundation's behavior (and makes sense given the name). Change-Id: I4519978cff507f585378469cf535c2b815172fd4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qbs-module.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index 85e24e5f0..648a2d940 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -108,8 +108,9 @@
\row \li \b{Type:} \li \c{string} (read only)
\endtable
- The host operating system's build version. Currently only defined for OS X.
- This is a standard build number in the Apple versioning scheme, for instance "13C64".
+ The host operating system's build version. Currently only defined for Windows and OS X.
+ On Windows, this is the 4 or 5 digit Windows build number and is equivalent to \c versionPatch.
+ On OS X, this is a standard build number in the Apple versioning scheme, for instance "13C64".
\section1 versionMajor