aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-01-05 14:48:16 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2020-01-14 14:18:41 +0000
commit7c31d4d375cff51b1f1318a05c7ded11c263448d (patch)
tree44049145078c7ca4e35b4e6accd60c36c5c1d9b7 /doc
parent07a153da3958c96060b28a2fa376f035fe33a003 (diff)
Use an empty array for the qbs.targetOS if targetPlatform is undefined
Change-Id: I4bc1ff7cacb606e4baa9f2bfe59b8dca1b88e434 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qbs-module.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index c1baa7ee0..1fdfe6f7c 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -255,6 +255,9 @@
\li \c{"tvos-simulator"}
\li \c{["tvos-simulator", "tvos", "darwin", "bsd", "unix"]}
\row
+ \li \c{"unix"}
+ \li \c{["unix"]}
+ \row
\li \c{"vxworks"}
\li \c{["vxworks"]}
\row
@@ -266,6 +269,9 @@
\row
\li \c{"windows"}
\li \c{["windows"]}
+ \row
+ \li \c{undefined}
+ \li \c{[]}
\endtable
\sa {Target Platforms}