Changes between Version 32 and Version 33 of BuildingQtOnWindows


Ignore:
Timestamp:
Nov 24, 2010 1:01:56 AM (13 years ago)
Author:
jocelyn.turcotte@nokia.com
Comment:

Fix the MSVC instructions.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v32 v33  
    4545 * If you want to generate MSVC project files (e.g. so that you can debug/work from within MSVC) you can do it with the following steps
    4646   * Run {{{perl WebKitTools\Scripts\build-webkit --qt}}} and cancel the script after the derived sources are all generated
    47    * Run {{{perl WebKitTools\Scripts\build-webkit --qt --qmakeargs "-tp vc"}}}. This will generate MSVC project files and than it will fail
     47   * Run {{{perl WebKitTools\Scripts\build-webkit --qt --qmakearg="-tp vc"}}}. This will generate MSVC project files and than it will fail
    4848   * Open WebKit.sln from MSVC and build from MSVC. Build should succeed and you should be able to debug and work from within MSVC.
    4949