aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-05-06 11:08:25 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-05-07 13:51:54 +0000
commit3f80c821e939cd908651d20940fb41b2522dc199 (patch)
treee360fd470fad4a400721d369a60a6c31579769fe /doc
parent694568d01a1d2480bd57a27ed2f500506f488fcb (diff)
Qt: Do not link static plugins into static libraries
Plugins should only be linked into applications and shared libraries. Change-Id: I95adc3f1f1ec8ea512e4166e78be1d9c5abb6745 Fixes: QBS-1441 Reviewed-by: Ola Røer Thorsen <ola@silentwings.no> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
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.
+
+*/