[webkit-qt] using QWebkit 4.6 and 4.7

Osztrogonac Csaba oszi at inf.u-szeged.hu
Mon Jun 21 02:15:28 PDT 2010


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>


More information about the webkit-qt mailing list