[Webkit-unassigned] [Bug 62280] [Qt] Build fix for building QtWebKit inside of Qt.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 07:26:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62280





--- Comment #2 from Andras Becsi <abecsi at webkit.org>  2011-06-08 07:26:53 PST ---
(From update of attachment 96418)
I would also add the CONFIG -= staticlib line to JSC.pri for consistency reasons.

The cause why the build works without it is the order of prepend calls in the QtWebKit.pro file:

!v8:prependJavaScriptCoreLib(../../JavaScriptCore)
prependWebCoreLib(../../WebCore)
webkit2:prependWebKit2Lib(../../WebKit2)

Theoretically only the last would have to remove the staticlib, but if we for some reason change the order or use these functions elsewhere then the build might fail again, so it's safer to be consistent.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list