[Webkit-unassigned] [Bug 59047] [Qt] REGRESSION (r81479): build-webkit warning Inspector.idl is missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 16:06:07 PDT 2011


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


Rafael Brandao <rafael.lobo at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |rafael.lobo at openbossa.org
                   |kit.org                     |




--- Comment #3 from Rafael Brandao <rafael.lobo at openbossa.org>  2011-04-29 16:06:07 PST ---
Created an attachment (id=91759)
 --> (https://bugs.webkit.org/attachment.cgi?id=91759&action=review)
Added variable_out to pipe output from one compiler to another and then forced the output to be added to the sources.

It was necessary to use variable_out to disable the annoying warning (http://bugreports.qt.nokia.com/browse/QTBUG-18938). As that variable should be added as input of the other generator, and this generator was used first in WebCore/DerivedSources.pro and then later at WebKit/qt/QtWebKit.pro, there was an issue with the input value, as it wasn't set at the later moment, and that would make the output to not be added to the sources. So I've made use of this already existing attribute called "wkExtraSources" to make sure that, in this special case, the output would be added anyway.

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