[webkit-qt] heads up: build system changes

Simon Hausmann simon.hausmann at nokia.com
Thu Jan 14 06:54:56 PST 2010


On Thursday 14 January 2010 Hausmann Simon (Nokia-D-Qt/Oslo), wrote:
> Yael pointed out that there was an error. Here's a slight correction:
> 
> On Wednesday 13 January 2010 Hausmann Simon (Nokia-D-Qt/Oslo), wrote:
> [...]
> 
> > New way:
> 
> Broken way:
> > qmake -r DerivedSources.pro
> > cd JavaScriptCore
> > make generated_files
> > cd WebCore
> > make generated_files
> > cd WebCore
> > qmake
> > make
> 
> Working way:
> 
> Generate the stuff first:
> 
> qmake -r DerivedSources.pro
> cd JavaScriptCore
> make -f Makefile.DerivedSources generated_files
> cd WebCore
> make -f Makefile.DerivedSources generated_files
> 
> Then for proper incremental builds (if you're not changing the IDL files,
> etc.):
> 
> cd WebCore
> qmake
> make

This way used to be required for Symbian, but build-webkit now provides this 
as a convenience.


Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20100114/1e2b4c27/attachment.bin>


More information about the webkit-qt mailing list