Changes between Version 11 and Version 12 of BuildingQtOnWindows


Ignore:
Timestamp:
Oct 12, 2007 4:09:24 AM (16 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v11 v12  
    2929=== Notes about building QtWebKit with the Qt/Windows OpenSource Edition ===
    3030
    31  * Make sure that you are using a very recent snapshot of Qt 4.3.1. Otherwise you may run into build problems with the Moc at the very end of the build process.
     31 * Make sure that you are using Qt >= 4.3.2. Otherwise you may run into build problems with the Moc at the very end of the build process.
    3232 * If you haven't set up your PATH already to include the GnuWin32 packages then you may want to execute the following command: {{{set PATH=C:\Program Files\GnuWin32\bin;C:\Perl\bin;%PATH%}}} Provided that the GnuWin32 packages are installed in {{{C:\GnuWin32\bin}}} and Perl in {{{C:\Perl\bin}}}.
    3333 * 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.