Changes between Version 9 and Version 10 of BuildingQtOnWindows


Ignore:
Timestamp:
Jul 30, 2007 6:51:28 AM (17 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v9 v10  
    2929 * 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.
    3030 * 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}}}.
     31 * 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.