Changes between Version 44 and Version 45 of BuildingQtOnWindows


Ignore:
Timestamp:
Dec 14, 2012 6:34:31 AM (11 years ago)
Author:
jocelyn.turcotte@digia.com
Comment:

Remove the unsupported MSVC project file generation instructions.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

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