[Webkit-unassigned] [Bug 88321] [Qt][Win] Fix broken QtWebKit5.lib linking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 04:48:25 PDT 2012


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


Andras Becsi <abecsi at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abecsi at webkit.org




--- Comment #20 from Andras Becsi <abecsi at webkit.org>  2012-06-12 04:48:22 PST ---
Isn't the basic issue that for _each_ sublibrary we do

DEFINES += BUILDING_WEBKIT

in Tools/qmake/mkspecs/features/default_post.prf, whereas BUILDING_WEBKIT should only be defined in the final linking phase of the dll?

At least I remember having similar issues with the old build system which were caused by the wrongly defined BUILDING_WEBKIT.

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