From: Simon Hausmann Date: Mon, 15 Oct 2012 13:19:43 +0000 (+0200) Subject: Adapt to WebKit Widgets module changes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c07408e2204eb444897714a3d299f04a8b8cfba3;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h index 02cd04c..e356973 100644 --- a/src/tools/uic/qclass_lib_map.h +++ b/src/tools/uic/qclass_lib_map.h @@ -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)