From 3f80c821e939cd908651d20940fb41b2522dc199 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 6 May 2019 11:08:25 +0200 Subject: Qt: Do not link static plugins into static libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugins should only be linked into applications and shared libraries. Change-Id: I95adc3f1f1ec8ea512e4166e78be1d9c5abb6745 Fixes: QBS-1441 Reviewed-by: Ola Røer Thorsen Reviewed-by: Joerg Bornemann --- doc/reference/modules/qt-plugin_support-module.qdoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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. + +*/ -- cgit v1.2.3