aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qbs-module.qdoc13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index e24eef676..683caa0ce 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -473,6 +473,15 @@
*/
/*!
+ \qmlproperty string qbs::hostArchitecture
+ \since Qbs 1.16
+
+ Contains the host OS architecture.
+
+ \defaultvalue Determined automatically.
+*/
+
+/*!
\qmlproperty stringList qbs::hostOS
This property is set by \QBS internally and specifies the OS \QBS is running
@@ -559,7 +568,9 @@
\qmlproperty string qbs::hostPlatform
\since Qbs 1.11
- Do not use this property.
+ Contains the host OS platform.
+
+ \sa {qbs::hostArchitecture}{hostArchitecture}
\defaultvalue Determined automatically.
*/