Changes between Version 18 and Version 19 of BuildingQtOnSymbian


Ignore:
Timestamp:
Feb 7, 2011, 10:47:06 AM (14 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

add -b syntax for compiling both Source and Tools project files

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v18 v19  
    3636      * If you want even faster build times for a _very_ feature-stripped QtWebkit, use --minimal
    3737      * 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}}}
    4039    * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities: {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg release-armv6}}}
    4140    * Create the sis file: {{{make sis}}}
     
    4948    * {{{perl Tools\Scripts\build-webkit --qt --symbian --minimal}}} '''--debug'''
    5049    * 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}}}
    5351    * {{{[OPTIONAL, only needed for self-signed SIS packages]perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv6}}}
    5452    * {{{make sis}}}