aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-01-14 14:57:47 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-15 18:03:57 +0100
commitd305fe3242d0230ff29a726259d3987068f89667 (patch)
tree310e05249998b09c9ecca15646cb96a62bff6ea5 /doc
parente7cec8e77fa3dadb24d71135a965065c5fc5ff73 (diff)
Make it possible to link with unresolved symbols.
Task-number: QBS-476 Change-Id: I697cc562b4212a5aa89ba973081571f99c08ba37 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 2e902c5bb..c13f8ae64 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -40,6 +40,17 @@
\section1 General Properties
+ \section2 allowUnresolvedSymbols
+
+ \table
+ \row \li \b{Type:} \li \c{bool}
+ \row \li \b{Default:} \li \c{false}
+ \endtable
+
+ Switch this on if you want the linking step to succeed even if the resulting binary contains
+ unresolved symbols. Normally this makes little sense, but in special cases it is possible that
+ the respective symbols will be available at load time even if they are not present during
+ linking.
\section2 architecture