summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Blechmann <tim@klingt.org>2024-02-01 20:46:03 +0800
committerTim Blechmann <tim@klingt.org>2024-02-01 21:25:03 +0800
commit2379f3507d439ada089bb889f34f57afaa01f66f (patch)
treed5a578f6f4eb846b9cafe273635b595e5dd90524
parentf0843a396e2f2611fbeb4a0d1b0973bd1b1d3c1c (diff)
designer: fix unity builds
`explicit specialization` due to Q_DECLARE_METATYPE(QWidget*) Change-Id: I856bef81dc7538315b5ad0ca44e5c396f92758b4 Pick-to: 6.7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--src/designer/src/components/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/designer/src/components/lib/CMakeLists.txt b/src/designer/src/components/lib/CMakeLists.txt
index 6fe4d73da..2e2490050 100644
--- a/src/designer/src/components/lib/CMakeLists.txt
+++ b/src/designer/src/components/lib/CMakeLists.txt
@@ -96,6 +96,7 @@ qt_internal_add_module(DesignerComponentsPrivate
qdesigner_components.cpp
NO_UNITY_BUILD_SOURCES
../tabordereditor/tabordereditor.cpp # redefinition of 'QMetaTypeId<QList<QWidget *>>' (from qdesigner_resource.cpp)
+ ../formeditor/formwindow.cpp # explicit specialization of 'QMetaTypeId<QWidget *>' after instantiation
DEFINES
QDESIGNER_COMPONENTS_LIBRARY
QT_STATICPLUGIN