Changes between Version 29 and Version 30 of BuildingQtOnWindows


Ignore:
Timestamp:
May 6, 2010 5:34:29 PM (14 years ago)
Author:
Laszlo Gombos
Comment:

few words on how to generate MSVC project files

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v29 v30  
    4343 * 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).
    4444
     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
    4551== A 'Works For Me' Step-by-Step Guide to Building QtWebKit on Windows using MinGW ==
    4652