aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-01-02 14:53:38 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2020-01-06 14:35:43 +0000
commitd870e416907263f5da437d1783bcda9f00fbe10e (patch)
tree0b9820cb0f1bbaf27b0f3026f6e2b3a5614c30b6 /doc
parentc17a82b08d5fd5d411bcb6a03222be64779e88c0 (diff)
doc: Fix qbs::targetPlatform type
It is string, not stringList Change-Id: I9844e8e791dfff395dd4af040809c706857aaa28 Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qbs-module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index c1a0b2532..c1baa7ee0 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -173,7 +173,7 @@
*/
/*!
- \qmlproperty stringList qbs::targetPlatform
+ \qmlproperty string qbs::targetPlatform
\since 1.11
The OS you want to build the project for.