aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/items
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-12-01 00:21:29 -0800
committerJake Petroules <jake.petroules@qt.io>2017-12-01 19:50:16 +0000
commita02f291219b42838ec38ddb3cf89b0ed35d014be (patch)
treeb45bb8c08e865f77ca90793ffa9a0722b94d7069 /doc/reference/items
parentefe012a4f3c072db85c95b1b59b452fdc2c34e70 (diff)
Fix a flipped true/false in Product.consoleApplication docs
Change-Id: Ib193029b5ec8b375e6fafb0f4ea3c67411519960 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/items')
-rw-r--r--doc/reference/items/language/product.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/items/language/product.qdoc b/doc/reference/items/language/product.qdoc
index 525311b0d..fa0eafbd1 100644
--- a/doc/reference/items/language/product.qdoc
+++ b/doc/reference/items/language/product.qdoc
@@ -197,8 +197,8 @@
On Apple platforms, influences the default application type.
- If \c true, an application bundle is generated. If \c false, a normal
- executable is generated.
+ If \c true, a normal executable is generated.
+ If \c false, an application bundle is generated.
\defaultvalue Linker-dependent
*/