[webkit-qt] using QWebkit 4.6 and 4.7

serge k spam4corrado at gmail.com
Mon Jun 21 02:20:12 PDT 2010


Oh, no, i installed Qt 4.6.2 from bin file. And after that i downloaded new
library files from http://trac.webkit.org/wiki/QtWebKitJournal and copied
them at qt/lib folder. I'm using Qt 4.6.2 and want to build my project with
new webkit.

2010/6/21 Osztrogonac Csaba <oszi at inf.u-szeged.hu>

> I don't understand exactly what you did.
> How did you build and install Qt?
>
> If you try
> 1.) ./configure
> 2.) make
> 3.) make install
>
> The install directory should be what I said previously
> or something other what you set with -prefix option.
> After install you shouldn't copy or move Qt binaries
> from the original install directory, because it has
> a lot of hard coded pathes.
>
>
> br,
> Ossy
>
> serge k írta:
>
>> thank you for your answer. I tried to change it to
>>
>>
>> export QTDIR=/usr/local/qtsdk-2010.
>> 02/qt/lib/QWebKit_4.7 - i copied new files here
>>
>> export PATH=$QTDIR/bin:$PATH
>>
>> and nothing has changed.
>>
>> My pro file:
>>
>>
>> # -------------------------------------------------
>> # Project created by QtCreator 2010-05-27T12:19:05
>> # -------------------------------------------------
>> QT += network \
>>    webkit
>> RESOURCES = recources.qrc
>> TARGET = <the_app>
>> TEMPLATE = app
>> LIBS += -lcv \
>>    -lhighgui \
>>    -lcxcore
>> SOURCES += <cpp_files>
>> HEADERS += <headers>
>>
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20100621/0725a6fa/attachment.html>


More information about the webkit-qt mailing list