aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-06-02 11:41:19 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-06-02 16:49:27 +0200
commit96d09509e46b2c15b646b81725bdc6ec18118283 (patch)
treed81cfad407ce97af280af65c6701668280cf7fe2 /doc/reference
parent0d17c9617e1478951ea8e967937adb7d16a8e3b3 (diff)
introduce cpp.entryPoint
Set cpp.entryPoint to specify the entry point symbol for an executable or dynamic library. Task-number: QBS-602 Change-Id: I83e7c13b4ab7675a1cfa0cc8a2234cba0f850b3d Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/modules/cpp-module.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 8dfc326ba..8c2368bd8 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -382,6 +382,15 @@
List of file suffixes this toolchain's linker accepts as input. For example, for MinGW this list
should be \c{[".a", ".lib"]}.
+ \section2 entryPoint
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li \c{undefined}
+ \endtable
+
+ Name of the entry point of an executable or dynamic library. If this property is undefined, the
+ toolchain's default is used.
\section1 Properties Specific to iOS and OS X