From 4d115a1696a433f3bf3f3f29a131f05ca06c3d2f Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 2 Aug 2022 16:08:41 +0200 Subject: 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 Reviewed-by: Michal Klocek --- src/plugins/qwebengineview/qwebengineview.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1