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 <[email protected]>

> 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
>
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to