Changes between Version 6 and Version 7 of BuildingQtOnWindows
- Timestamp:
- Jul 30, 2007, 6:34:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v6 v7 25 25 * Wait :) 26 26 27 '''Note:''' If you are building with the Qt/Windows OpenSource Edition (or MingW in general) 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. 27 === Notes about building QtWebKit with the Qt/Windows OpenSource Edition === 28 29 * 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. 30 * 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";%PATH%}}}