aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-plugin_support-module.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-plugin_support-module.qdoc b/doc/reference/modules/qt-plugin_support-module.qdoc
index fe28ee907..9bd27c3f7 100644
--- a/doc/reference/modules/qt-plugin_support-module.qdoc
+++ b/doc/reference/modules/qt-plugin_support-module.qdoc
@@ -75,3 +75,11 @@
\readonly
*/
+/*!
+ \qmlproperty bool Qt.plugin_support::linkPlugins
+
+ Controls whether plugins of a statically built Qt should be linked into the product.
+
+ \default \true if the product is an application or shared library, \c false otherwise.
+
+*/