[Webkit-unassigned] [Bug 31344] New: [Qt] Fix a problem in the qmake project files that caused nmake to reparse idl files every time.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 03:33:08 PST 2009


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

           Summary: [Qt] Fix a problem in the qmake project files that
                    caused nmake to reparse idl files every time.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jocelyn.turcotte at nokia.com


The processing of an idl file could generate both a .cpp and a .h. The way it
worked is that the .cpp would be dependent on the idl, but the .h was dependent
on the .cpp using a rule that reparse all idl files of that type.
If the .idl timestamp changed, it would recreate both as intended, however if
the timestamp of the cpp was a bit later than the one of its sibbling .h, 
the command would be rerun.

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