aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-05-10 11:22:31 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-05-10 11:22:31 +0200
commitdb4a3f1f91a5ddec9c6447e28ced46e6e381ac18 (patch)
treea3f4619d19a53d40c8a41968a540efd0f5cddbff /doc
parentfe497bfaa009b9dff1e7f3fb68d6207968a247c5 (diff)
parent6429e872494925508bcf84f3d3b2f3f821d4eba5 (diff)
Merge 1.13 into master
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.
+
+*/