Changes between Version 2 and Version 3 of BuildingQtOnWindows


Ignore:
Timestamp:
Jul 26, 2007 6:06:23 AM (17 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v2 v3  
    22
    33== Dependencies ==
     4
     5First 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]
    46
    57The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]:
     
    1012
    1113In 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
     15Make 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
     17Please 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}}}