summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-08-02 16:03:50 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-08-05 13:03:23 +0200
commitb54348d95124223f055a08f663fd637641bb4368 (patch)
tree5ef8267ec4aa047b361bd89d55a10edf3d1f2f9a
parent4b4f38d2663185eb4353667bb5fb75dbc0ac26cb (diff)
Build QtDesigner plugins in all configurations
The QtDesigner plugins were marked as 'tool_plugin', which restricts their 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: I82404d964b468ada803e575bf24d79a5f8922c1f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--src/designer/src/plugins/plugins.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/designer/src/plugins/plugins.pri b/src/designer/src/plugins/plugins.pri
index c4613d1a6..b1902657a 100644
--- a/src/designer/src/plugins/plugins.pri
+++ b/src/designer/src/plugins/plugins.pri
@@ -1,5 +1,4 @@
QT += designer
PLUGIN_TYPE = designer
-CONFIG += tool_plugin
load(qt_plugin)