[Webkit-unassigned] [Bug 76832] [Qt] Build fix when using force_static_libs_as_shared

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 17:33:21 PST 2012


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





--- Comment #10 from Yael <yael.aharon at nokia.com>  2012-02-23 17:33:21 PST ---
(In reply to comment #8)
> (In reply to comment #6)
> > This got broken again by r108328
> 
> Looks like the option actually broke because of r108359.
> The inclusion order resulted in some defines being undeffed by the new header.
> 
> The fixed patch was landed in http://trac.webkit.org/changeset/108483.

This is still broken. WebKit2 is still using QWidgets such as QFileDialog etc.
When building with force_static_libs_as_shared, WebKit2 is a self contained dll and it needs to have QT+=widgets.

This problem has nothing to do with  http://trac.webkit.org/changeset/108483 , and is indeed regression from 108328, which removed QT+=widgets .

Clean build with default flags, not specifying any flags on the command line is currently failing. (with latest Qt5).

-- 
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