> I seem to be having an issue with a missing JavaScriptCore library. ld > complains about missing -ljscore > building static on windows (mingw32) > ALSO a static build on Ubuntu 11.04 with same results.
AFAICS static QtWebKit build is not offically supported, i.e. you are on your own. See http://doc.qt.nokia.com/4.7/platform-notes.html which says "WebKit is only supported as a dynamically built library. Static linkage is not supported." Having said that, I got some success using static build (http://code.google.com/p/phantomjs/issues/detail?id=140). -- Ariya Hidayat, http://ariya.ofilabs.com _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
