Changes between Version 44 and Version 45 of BuildingQtOnWindows
- Timestamp:
- Dec 14, 2012, 6:34:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v44 v45 46 46 * If you get build errors in JavaScriptCore\bindings\NP_jsobject.cpp or similar then please make sure that the Microsoft Platform SDK is '''NOT''' in your %INCLUDE% path because it conflicts with your MingW headers. 47 47 * 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). 48 49 * 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 steps50 * Run {{{perl Tools\Scripts\build-webkit --qt}}} and cancel the script after the derived sources are all generated51 * Run {{{perl Tools\Scripts\build-webkit --qt --qmakearg="-tp vc"}}}. This will generate MSVC project files and then it will fail52 * Open WebKit.sln from MSVC and build from MSVC. Building should succeed and you should be able to debug and work from within MSVC.53 48 54 49 == A 'Works For Me' Step-by-Step Guide to building QtWebKit on Windows using mingw-w64/w32 ==