Changes between Version 29 and Version 30 of BuildingQtOnWindows
- Timestamp:
- May 6, 2010, 5:34:29 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v29 v30 43 43 * If you get build errors after makefile generation ("Makefile:178: *** Multiple target patterns. Stop.") then you're probably still using the Cygwin version of make. Try removing Cygwin from your %PATH% for the time being (it's not currently supported, as mentioned above). 44 44 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 * 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 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 50 45 51 == A 'Works For Me' Step-by-Step Guide to Building QtWebKit on Windows using MinGW == 46 52