[webkit-qt] heads up: build system changes

Simon Hausmann simon.hausmann at nokia.com
Thu Jan 14 03:37:26 PST 2010


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



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/2fa7b68e/attachment.bin>


More information about the webkit-qt mailing list