From 21a66c167da2d65efd5fceff92d66efae01464c6 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 11 May 2020 13:58:28 +0200 Subject: [PATCH] uic: Adapt to ActiveQt module restructuring Task-number: QTBUG-78167 Change-Id: I827db1bf519a6ffcc609d215e08622bf910d519e Reviewed-by: Volker Hilsheimer --- src/tools/uic/qclass_lib_map.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h index 03b3ffa5dd1..0da7bddaa07 100644 --- a/src/tools/uic/qclass_lib_map.h +++ b/src/tools/uic/qclass_lib_map.h @@ -415,17 +415,17 @@ QT_CLASS_LIB(QXmlResultItems, QtXmlPatterns, qxmlresultitems.h) QT_CLASS_LIB(QXmlSchema, QtXmlPatterns, qxmlschema.h) QT_CLASS_LIB(QXmlSchemaValidator, QtXmlPatterns, qxmlschemavalidator.h) QT_CLASS_LIB(QXmlSerializer, QtXmlPatterns, qxmlserializer.h) -QT_CLASS_LIB(QAxBase, ActiveQt, qaxbase.h) -QT_CLASS_LIB(QAxObject, ActiveQt, qaxobject.h) -QT_CLASS_LIB(QAxScriptEngine, ActiveQt, qaxscript.h) -QT_CLASS_LIB(QAxScript, ActiveQt, qaxscript.h) -QT_CLASS_LIB(QAxScriptManager, ActiveQt, qaxscript.h) -QT_CLASS_LIB(QAxSelect, ActiveQt, qaxselect.h) -QT_CLASS_LIB(QAxWidget, ActiveQt, qaxwidget.h) -QT_CLASS_LIB(QAxAggregated, ActiveQt, qaxaggregated.h) -QT_CLASS_LIB(QAxBindable, ActiveQt, qaxbindable.h) -QT_CLASS_LIB(QAxFactory, ActiveQt, qaxfactory.h) -QT_CLASS_LIB(QAxClass, ActiveQt, qaxfactory.h) +QT_CLASS_LIB(QAxBase, QtAxContainer, qaxbase.h) +QT_CLASS_LIB(QAxObject, QtAxContainer, qaxobject.h) +QT_CLASS_LIB(QAxScriptEngine, QtAxContainer, qaxscript.h) +QT_CLASS_LIB(QAxScript, QtAxContainer, qaxscript.h) +QT_CLASS_LIB(QAxScriptManager, QtAxContainer, qaxscript.h) +QT_CLASS_LIB(QAxSelect, QtAxContainer, qaxselect.h) +QT_CLASS_LIB(QAxWidget, QtAxContainer, qaxwidget.h) +QT_CLASS_LIB(QAxAggregated, QtAxContainer, qaxaggregated.h) +QT_CLASS_LIB(QAxBindable, QtAxContainer, qaxbindable.h) +QT_CLASS_LIB(QAxFactory, QtAxContainer, qaxfactory.h) +QT_CLASS_LIB(QAxClass, QtAxContainer, qaxfactory.h) QT_CLASS_LIB(QGraphicsWebView, QtWebKitWidgets, qgraphicswebview.h) QT_CLASS_LIB(QWebDatabase, QtWebKit, qwebdatabase.h) QT_CLASS_LIB(QWebElement, QtWebKit, qwebelement.h)