[webkit-qt] heads up: build system changes

Tor Arne Vestbø tor.arne.vestbo at nokia.com
Wed Jan 20 00:00:10 PST 2010


Yongjun.Zhang at nokia.com wrote:
> Hi,
> 
> Did anyone try the new way in mac?
> 
> I have qt 4.6.0 in mac.  "qmake -r DerivedSource.pro" generated file
> DerivedSources.make (not Makefile.DerivedSources) in JavaScriptCore &
> WebCore, and when I try "make -r DerivedSources.make" it complains
> "No rule to make target 'ArrayPrototype.lut.h', needed by 'all'".

build-webkit works fine here, creating a Makefile.DerivedSources, but 
that's because it passes -o Makefile.DerivedSources to qmake.

You also want to pass the target "generated_files" when running make.

Try that, or use build-webkit directly.

tor arne



More information about the webkit-qt mailing list