Changes between Version 16 and Version 17 of BuildingQtOnSymbian
- Timestamp:
- Jan 28, 2011, 11:00:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnSymbian
v16 v17 31 31 * Build the generated files and set up the build system: 32 32 * {{{cd where-your-webkit-sources-are}}} 33 * {{{perl Tools\Scripts\build-webkit --qt --symbian --minimal}}}33 * {{{perl Tools\Scripts\build-webkit --qt --symbian}}} 34 34 * 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 35 38 * {{{cd Source}}} 36 39 * Build for hardware: {{{sbs -c armv6_urel -j8}}}