Changes between Version 12 and Version 13 of BuildingQtOnSymbian
- Timestamp:
- Dec 18, 2010, 10:48:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnSymbian
v12 v13 31 31 * Build the generated files and set up the build system: 32 32 * {{{cd where-your-webkit-sources-are}}} 33 * {{{perl WebKitTools\Scripts\build-webkit --qt --symbian CONFIG-=def_files}}}33 * {{{perl Tools\Scripts\build-webkit --qt --symbian CONFIG-=def_files}}} 34 34 * If you're building the trunk where the export def file for Symbian is not always up-to-date you need to pass CONFIG-=def_files as an argument to build-webkit as well 35 35 * {{{cd WebCore}}} … … 45 45 * You need to have''' Qt built for debug''' as well 46 46 * {{{cd where-your-webkit-sources-are}}} 47 * {{{perl WebKitTools\Scripts\build-webkit --qt --symbian}}} {{{CONFIG-=def_files}}} '''--debug'''47 * {{{perl Tools\Scripts\build-webkit --qt --symbian}}} {{{CONFIG-=def_files}}} '''--debug''' 48 48 * Run the script {{{debug-webkit-patch-sbsv2.py}}} from [git://gitorious.org/qtwebkit/tools.git]. It was tested to work at least with Python 2.6[[BR]] This is necessary because the quantity of debug information in WebKit makes armlink fail. This script works around the problem. 49 49 * {{{sbs -c armv6_u}}}'''deb'''{{{ -j8 --no-depend-generate}}}