Changes between Version 24 and Version 25 of BuildingQtOnWindows
- Timestamp:
- Feb 24, 2010, 4:20:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v24 v25 19 19 20 20 Make sure the GnuWin32 packages are in your PATH as well as Perl. You also need to have %QTDIR% set and have %QTDIR%\bin in your PATH.[[BR]] 21 If you have Cygwin's bin directory in your path, make sure that it comes after ActiveState Perl and GnuWin32. You might have to remove it completely from your PATH if you have problems with slashes and backslashes while building using MinGW. mingw32-make will use sh.exe to run commands if it findsit in the PATH.21 If you have Cygwin's bin directory in your path, make sure that it comes after ActiveState Perl and GnuWin32. You might have to remove it completely from your PATH if you have problems with slashes and backslashes while building using MinGW. {{{mingw32-make}}} and GnuWin32's {{{make}}} will use sh.exe to run commands if they find it in the PATH. 22 22 23 23 == Building QtWebKit ==