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