[webkit-reviews] review requested: [Bug 42744] Fix the automatic sqlite extraction for non-mmp build systems : [Attachment 62171] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 06:02:11 PDT 2010


Kristian Amlie <kristian.amlie at nokia.com> has asked  for review:
Bug 42744: Fix the automatic sqlite extraction for non-mmp build systems
https://bugs.webkit.org/show_bug.cgi?id=42744

Attachment 62171: Patch
https://bugs.webkit.org/attachment.cgi?id=62171&action=review

------- Additional Comments from Kristian Amlie <kristian.amlie at nokia.com>
On the abld and Raptor Symbian build systems, the build system extracts the
needed sqlite headers and libraries to the EPOCROOT before the compile begins.
On the new makefile based build system, EPOCROOT is read-only, therefore the
files must be extracted in the temporary build directory and be used from
there. The necessary logic is already added to Qt itself, so this patch is
simply about taking advantage of the same file when compiling QtWebKit.


More information about the webkit-reviews mailing list