aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-01-08 09:05:53 -0500
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-01-09 15:59:14 +0100
commit90c05134c795391b4af72837462948d67a9507ec (patch)
tree93f4bdea608d82c6691e91e418e6680d8773a604 /doc
parent4b9ce244fe215468f2fce11ce6ea029e983a1ed7 (diff)
Add support for embedding Info.plist into unbundled executable products.
Task-number: QBS-468 Change-Id: I0b2cbb1b0aba3f73baf17d703eac5ecb687f54a0 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 44916f4b9..f43f17875 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -450,6 +450,17 @@
Finally, variable expansions will be performed such that substrings of the form $(VAR) or ${VAR}
will be replaced with their corresponding environment variables.
+ \section2 embedInfoPlist
+
+ \table
+ \row \li \b{Type:} \li \c{bool}
+ \row \li \b{Default:} \li \c{true} if the product is a command line tool,
+ otherwise \c{false}.
+ \endtable
+
+ Whether to create a __TEXT section in the product's executable containing the processed Info.plist.
+ Only applies to command line applications.
+
\section2 infoPlistFormat
\table