summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-08-02 16:08:41 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-08-08 18:43:50 +0200
commit4d115a1696a433f3bf3f3f29a131f05ca06c3d2f (patch)
tree48d6b464a849828d847a0602ef15afd7404a6643
parentc107eb20a25157836fcf3be91566d8ea38490f40 (diff)
Build the QtDesigner plugin in all configurations
The QtDesigner plugin was marked as 'tool_plugin', which restricts its build to release-only, even in debug_and_release builds. This was done to avoid building debug plugins for tools that are only build as release. However, the designer plugins are also loaded when using QUiLoader and thus are not exclusively meant for the designer tool. Task-number: QTBUG-104755 Change-Id: Id87012f57ad06984c7b0f0d318f75ad2c9a596f2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--src/plugins/qwebengineview/qwebengineview.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qwebengineview/qwebengineview.pro b/src/plugins/qwebengineview/qwebengineview.pro
index c18b6fe94..6c82cdb4c 100644
--- a/src/plugins/qwebengineview/qwebengineview.pro
+++ b/src/plugins/qwebengineview/qwebengineview.pro
@@ -3,7 +3,6 @@ QT += designer webenginewidgets
PLUGIN_CLASS_NAME = QWebEngineViewPlugin
PLUGIN_TYPE = designer
-CONFIG += tool_plugin
load(qt_plugin)
SOURCES += qwebengineview_plugin.cpp