CLOSED FIXED 42744
Fix the automatic sqlite extraction for non-mmp build systems
https://bugs.webkit.org/show_bug.cgi?id=42744
Summary Fix the automatic sqlite extraction for non-mmp build systems
Kristian Amlie
Reported 2010-07-21 06:02:11 PDT
Created attachment 62171 [details] Patch 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.
Attachments
Patch (1.62 KB, patch)
2010-07-21 06:02 PDT, Kristian Amlie
no flags
WebKit Commit Bot
Comment 1 2010-07-21 06:56:15 PDT
Comment on attachment 62171 [details] Patch Clearing flags on attachment: 62171 Committed r63817: <http://trac.webkit.org/changeset/63817>
WebKit Commit Bot
Comment 2 2010-07-21 06:56:19 PDT
All reviewed patches have been landed. Closing bug.
Simon Hausmann
Comment 3 2010-07-26 05:07:09 PDT
Revision r63817 cherry-picked into qtwebkit-2.0 with commit 1acbdbb77d3ecee9e7cef6c45ee1ac463d7fc03f
Note You need to log in before you can comment on or make changes to this bug.