Adapt to WebKit Widgets module changes
QtWebKit is being split up into QtWebKit and QtWebKitWidgets. QWebView and QGraphicsWebView live in the QtWebKitWidgets module and consequently the class list here in UIC needs to be adapted. Change-Id: I245dba49d4fb23ca197f78de4a429b8ba9f78c3f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
7a34e88edc
commit
c07408e220
@ -456,7 +456,7 @@ 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(QGraphicsWebView, QtWebKit, qgraphicswebview.h)
|
||||
QT_CLASS_LIB(QGraphicsWebView, QtWebKitWidgets, qgraphicswebview.h)
|
||||
QT_CLASS_LIB(QWebDatabase, QtWebKit, qwebdatabase.h)
|
||||
QT_CLASS_LIB(QWebElement, QtWebKit, qwebelement.h)
|
||||
QT_CLASS_LIB(QWebElementCollection, QtWebKit, qwebelement.h)
|
||||
@ -470,7 +470,7 @@ QT_CLASS_LIB(QWebPage, QtWebKit, qwebpage.h)
|
||||
QT_CLASS_LIB(QWebPluginFactory, QtWebKit, qwebpluginfactory.h)
|
||||
QT_CLASS_LIB(QWebSecurityOrigin, QtWebKit, qwebsecurityorigin.h)
|
||||
QT_CLASS_LIB(QWebSettings, QtWebKit, qwebsettings.h)
|
||||
QT_CLASS_LIB(QWebView, QtWebKit, qwebview.h)
|
||||
QT_CLASS_LIB(QWebView, QtWebKitWidgets, qwebview.h)
|
||||
QT_CLASS_LIB(QAudio, QtMultimedia, qaudio.h)
|
||||
QT_CLASS_LIB(QAudioDeviceInfo, QtMultimedia, qaudiodeviceinfo.h)
|
||||
QT_CLASS_LIB(QAbstractAudioDeviceInfo, QtMultimedia, qaudioengine.h)
|
||||
|
Loading…
Reference in New Issue
Block a user