[webkit-qt] Updating Qt version of Webkit

David Pham hello at davidkpham.com
Thu Aug 12 08:47:38 PDT 2010


Thanks for your help Ariya.

I've changed my project .pro file to http://gist.github.com/521177, yet it doesn't seem to be finding/using the updated Webkit build since I'm experiencing compile errors that it can't find the QWebView component.

What could be the issue?

Thanks,
David

On Aug 12, 2010, at 2:40 AM, Ariya Hidayat wrote:

> webkittrunk.pri is included in Arora's src/src.pro (via src/src.pri),
> you could as well copy-paste the content in your own application .pro.
> 
> That is, no need to have 'QT += webkit' in your application .pro. The
> principle behind webkittrunk.pri is to include WebKit.pri (from your
> QtWebKit trunk, see the top-level source directory) and set the proper
> path so that your custom QtWebKit trunk library is linked to the
> application (as opposed to the one from Qt).
> 
> 
> -- 
> Ariya Hidayat
> http://www.linkedin.com/in/ariyahidayat
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt



More information about the webkit-qt mailing list