[Webkit-unassigned] [Bug 43249] [Qt] WebKit2 build system cannot handle generated headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 07:02:36 PDT 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

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




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2010-07-30 07:02:36 PST ---
If you copy the headers in the main build step, then you loose the dependency tracking for files that _use_ these header files in turn.

I think this step should remain in DerivedSources.pro, but instead of copying I suggest to _create_ header files that consist of a simple #include line that includes the real header file.

This way the step in DerivedSources.pro does not depend on the other file generators and as a bonus you'd get _real_ dependency tracking from the WebKit2 sources to the _actual_ Webcore headers.

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