Changes between Version 32 and Version 33 of BuildingQtOnWindows
- Timestamp:
- Nov 24, 2010, 1:01:56 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v32 v33 45 45 * 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 46 46 * 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 --qmakearg s"-tp vc"}}}. This will generate MSVC project files and than it will fail47 * Run {{{perl WebKitTools\Scripts\build-webkit --qt --qmakearg="-tp vc"}}}. This will generate MSVC project files and than it will fail 48 48 * Open WebKit.sln from MSVC and build from MSVC. Build should succeed and you should be able to debug and work from within MSVC. 49 49