[webkit-qt] using QWebkit 4.6 and 4.7

serge k spam4corrado at gmail.com
Mon Jun 21 02:03:25 PDT 2010


Hi Ossy,

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>

Thanks for help

Regards,
Serge




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

> Hi Serge,
>
> You should set QTDIR and PATH environment variables too, eg:
>
> export QTDIR=/usr/local/Trolltech/Qt-4.6.2
> export PATH=$QTDIR/bin:$PATH
>
> or
>
> export QTDIR=/usr/local/Trolltech/Qt-4.7.0
> export PATH=$QTDIR/bin:$PATH
>
> br,
> Ossy
>
> serge k írta:
>
>  i want to use both Qwebkit  versions current 4.6.2  and new 4.7 on the
>> same OS. I'm using Ubuntu 10.04 and Qt 4.6.2. I tried to set path to new
>> webkit in project file with QTDIR but it did not work and i ended with
>> coping new files in qt/lib folder. I'm not a linuxoid and assume it should
>> be easy task but i haven't found answer in internet. Please help me to do it
>> in proper way.
>>
>> Regards,
>> Serge
>>
> _______________________________________________
> 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/3c0da797/attachment.html>


More information about the webkit-qt mailing list