Changes between Version 11 and Version 12 of BuildingQtOnWindows
- Timestamp:
- Oct 12, 2007, 4:09:24 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v11 v12 29 29 === Notes about building QtWebKit with the Qt/Windows OpenSource Edition === 30 30 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. 32 32 * 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}}}. 33 33 * 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.