Changes between Version 34 and Version 35 of BuildingQtOnWindows


Ignore:
Timestamp:
Dec 6, 2010 2:01:10 AM (13 years ago)
Author:
jocelyn.turcotte@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v34 v35  
    2121== Building QtWebKit ==
    2222
    23  * Open for example a Qt Command Prompt from the Start Menu.[[BR]]You need an MSVC or MinGW command line environment that matches the version of Qt you downloaded.[[BR]]Note that building inside Cygwin or MSYS is currently not supported. Please use a Windows command prompt.
    24  * Change into the WebKit source tree
     23 * Open a Qt Command Prompt from the Start Menu.
     24   * Alternatively you can use a MSVC or MinGW command line environment that matches the version of Qt you downloaded and make sure {{{qmake}}} is accessible in PATH.[[BR]]Note that building inside Cygwin or MSYS is currently not supported. Please use a Windows command prompt.
     25 * Chdir into the WebKit source tree
    2526 * Run {{{perl WebKitTools\Scripts\build-webkit --qt --release}}}
    2627 * Wait :)