Changes between Version 16 and Version 17 of BuildingQtOnSymbian


Ignore:
Timestamp:
Jan 28, 2011 11:00:12 AM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

use --minimal only if you have to (test what you ship)

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v16 v17  
    3131  * Build the generated files and set up the build system:
    3232    * {{{cd where-your-webkit-sources-are}}}
    33     * {{{perl Tools\Scripts\build-webkit --qt --symbian --minimal}}}
     33    * {{{perl Tools\Scripts\build-webkit --qt --symbian}}}
    3434      * If you want to freeze exports (i.e the .def get processed), pass CONFIG+=def_files as an argument to build-webkit as well
     35      * If you want faster rebuild times for your personal sandbox, pass --no-svg.
     36      * If you want even faster faster build times for a _very_ feature-stipped QtWebkit, use --minimal
     37      * To selectively turn on or of features, see features.pri
    3538    * {{{cd Source}}}
    3639    * Build for hardware: {{{sbs -c armv6_urel -j8}}}