Changes between Version 35 and Version 36 of BuildingQtOnWindows


Ignore:
Timestamp:
Dec 6, 2010 2:03:33 AM (13 years ago)
Author:
jocelyn.turcotte@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v35 v36  
    4646 * 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
    4747   * Run {{{perl WebKitTools\Scripts\build-webkit --qt}}} and cancel the script after the derived sources are all generated
    48    * Run {{{perl WebKitTools\Scripts\build-webkit --qt --qmakearg="-tp vc"}}}. This will generate MSVC project files and than it will fail
    49    * Open WebKit.sln from MSVC and build from MSVC. Build should succeed and you should be able to debug and work from within MSVC.
     48   * Run {{{perl WebKitTools\Scripts\build-webkit --qt --qmakearg="-tp vc"}}}. This will generate MSVC project files and then it will fail
     49   * Open WebKit.sln from MSVC and build from MSVC. Building should succeed and you should be able to debug and work from within MSVC.
    5050
    5151== A 'Works For Me' Step-by-Step Guide to building QtWebKit on Windows using mingw-w64/w32 ==