> I'm trying to start with qtwebkit developing, and right now was only be able > to build qtwebkit using build-webkit script. > Tried to import .pro projects and build them, but it failed. > Is there a way to build qtwebkit in the QtCreator?
Yes. After you build using build-webkit, you can import the .pro file and set the project so it imports existing shadow build. The last step is the key. After that, not only you can edit and build from within Qt Creator, integrated debugging also works like a charm! -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
