Changes between Version 35 and Version 36 of BuildingQtOnWindows
- Timestamp:
- Dec 6, 2010, 2:03:33 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v35 v36 46 46 * 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 47 47 * 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 th an it will fail49 * 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. 50 50 51 51 == A 'Works For Me' Step-by-Step Guide to building QtWebKit on Windows using mingw-w64/w32 ==