Changes between Version 18 and Version 19 of BuildingQtOnSymbian
- Timestamp:
- Feb 7, 2011, 10:47:06 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnSymbian
v18 v19 36 36 * If you want even faster build times for a _very_ feature-stripped QtWebkit, use --minimal 37 37 * To selectively turn on or off features, see features.pri 38 * {{{cd Source}}} 39 * Build for hardware: {{{sbs -c armv6_urel -j8}}} 38 * Build for hardware: {{{sbs -c armv6_urel -j8 -b Source\bld.inf -b Tools\bld.inf}}} 40 39 * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities: {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg release-armv6}}} 41 40 * Create the sis file: {{{make sis}}} … … 49 48 * {{{perl Tools\Scripts\build-webkit --qt --symbian --minimal}}} '''--debug''' 50 49 * 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. 51 * {{{cd Source}}} 52 * {{{sbs -c armv6_u}}}'''deb'''{{{ -j8}}} 50 * {{{sbs -c armv6_u}}}'''deb'''{{{ -j8 -b Source\bld.inf -b Tools\bld.inf}}} 53 51 * {{{[OPTIONAL, only needed for self-signed SIS packages]perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv6}}} 54 52 * {{{make sis}}}