forked from qt-creator/qt-creator
QmlDesigner: fix misssing includes in dev packages
In case of snapshot builds telemetry build uses dev packages. Without the build complains missing widgetregistration.h include. Change-Id: I9ff5b78b9cf2d8522b99875bb30c2daeb1dd781f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -242,6 +242,8 @@ extend_qtc_library(QmlDesignerCore
|
|||||||
stringutils.h
|
stringutils.h
|
||||||
synchronousimagecache.h
|
synchronousimagecache.h
|
||||||
variantproperty.h
|
variantproperty.h
|
||||||
|
widgetregistration.h
|
||||||
|
widgetinfo.h
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_qtc_library(QmlDesignerCore
|
extend_qtc_library(QmlDesignerCore
|
||||||
|
Reference in New Issue
Block a user