From 7c31d4d375cff51b1f1318a05c7ded11c263448d Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sun, 5 Jan 2020 14:48:16 +0300 Subject: Use an empty array for the qbs.targetOS if targetPlatform is undefined Change-Id: I4bc1ff7cacb606e4baa9f2bfe59b8dca1b88e434 Reviewed-by: Christian Kandeler --- doc/reference/modules/qbs-module.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 @@ -254,6 +254,9 @@ \row \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"]} @@ -266,6 +269,9 @@ \row \li \c{"windows"} \li \c{["windows"]} + \row + \li \c{undefined} + \li \c{[]} \endtable \sa {Target Platforms} -- cgit v1.2.3