Changes between Version 2 and Version 3 of BuildingQtOnWindows
- Timestamp:
- Jul 26, 2007, 6:06:23 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v2 v3 2 2 3 3 == Dependencies == 4 5 First of all you need a version of Qt for Windows. If you are an Open Source developer then you can for example download the Open Source Edition of Qt from the Trolltech Website: [http://trolltech.com/developer/downloads/qt/windows] 4 6 5 7 The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]: … … 10 12 11 13 In addition you need Perl. ActiveState Perl works fine for example. You can download it from the [http://www.activestate.com/Products/ActivePerl/ ActivePerl Website]. 14 15 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. 16 17 Please note that building inside Cygwin is currently not supported. 18 19 == Building QtWebKit == 20 21 * From within the WebKit source tree execute {{{perl WebKitTools\Scripts\build-webkit}}}