[Webkit-unassigned] [Bug 27712] New: fasthack.pro hack to QMake that enables faster linking times on files in development

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 06:54:33 PDT 2009


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

           Summary: fasthack.pro hack to QMake that enables faster linking
                    times on files in development
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: treat at kde.org


Created an attachment (id=33542)
 --> (https://bugs.webkit.org/attachment.cgi?id=33542)
fasthack patch

Hi,

This patch enables faster hacking on QtWebKit by making link time sane again.
If faster link time while developing sounds nice to you too, just create a
fasthack.pri file in the WebKit/qt/fasthack directory and add the source files
you are actively working on.  The source files should be the same paths as
you'd
currently find in WebCore.pro for instance. An example:

fasthack.pri
------------
FASTHACK_WEBCORE_SOURCES = rendering/RenderObject.cpp

That's it.  Tada! Faster link times...

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