[webkit-qt] Updating Qt version of Webkit

Chinmaya Sn chinmaya at gmail.com
Wed Aug 11 17:02:53 PDT 2010


When you build qt it also builds webkit version it has.
If you would like to have latest version of WebKit to work with Qt try
the following
1. When you configure qt use -no-webkit option, so that it does not build WebKit
2. Checkout and Build your latest WebKit using qmake program from
previous build.

With your current setup you may still be able to get it to work if you
point it to the
latest libQtWebkit.so (try LD_LIBRARY_PATH).
Or you can remove the qt's version of libQtWebkit (it resides in
QTDIR/lib/) and replace
    with your latest.

On Wed, Aug 11, 2010 at 5:03 PM, David Pham <hello at davidkpham.com> wrote:
> Hello,
>
> I have built the latest Qt master branch and the latest Qt Webkit master branch. Is there anything special I need to do in order to force Qt to use the newly built Qt Webkit port or is it automatically done for me?
>
> I'm building a Webkit-backed application in Qt Creator and am unsure as to whether or not it is using the updated Webkit or the one that came with Qt.
>
> Thanks,
> David
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>



-- 
--
chinmaya sn


More information about the webkit-qt mailing list