diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h index 18a268a0db..299db8f475 100644 --- a/src/tools/uic/qclass_lib_map.h +++ b/src/tools/uic/qclass_lib_map.h @@ -1,6 +1,7 @@ QT_CLASS_LIB(QAbstractAnimation, QtCore, qabstractanimation.h) QT_CLASS_LIB(QAnimationDriver, QtCore, qabstractanimation.h) QT_CLASS_LIB(QAnimationGroup, QtCore, qanimationgroup.h) +QT_CLASS_LIB(QChartView, QtCharts, qchartview.h) QT_CLASS_LIB(QParallelAnimationGroup, QtCore, qparallelanimationgroup.h) QT_CLASS_LIB(QPauseAnimation, QtCore, qpauseanimation.h) QT_CLASS_LIB(QPropertyAnimation, QtCore, qpropertyanimation.h) @@ -835,3 +836,5 @@ QT_CLASS_LIB(QGraphicsSvgItem, QtSvgWidgets, qgraphicssvgitem.h) QT_CLASS_LIB(QSvgWidget, QtSvgWidgets, qsvgwidget.h) QT_CLASS_LIB(QSvgGenerator, QtSvg, qsvggenerator.h) QT_CLASS_LIB(QSvgRenderer, QtSvg, qsvgrenderer.h) +QT_CLASS_LIB(QQuickWidget, QtQuickWidgets, qquickwidget.h) +QT_CLASS_LIB(QVideoWidget, QtMultimediaWidgets, qvideowidget.h)