Changes between Version 41 and Version 42 of BuildingQtOnWindows
- Timestamp:
- Aug 16, 2012, 3:02:12 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v41 v42 6 6 * First of all you need a version of Qt for Windows. If you are an Open Source developer then you can download the Open Source Edition of Qt for Windows from the Nokia Website: [http://qt.nokia.com/downloads] 7 7 * Note that you need to enable ICU support in the Qt build (also see http://doc-snapshot.qt-project.org/5.0/requirements-win.html) 8 * Make sure that Qt is configured with {{{-openssl}}} if you want HTTPS support in QtWebKit. You will need the non-light version of [http://www.slproweb.com/products/Win32OpenSSL.html Win32 OpenSSL] libraries. 8 9 * Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl] 9 10 * Install [http://www.python.org/download/ Python 2.x] (and add the installation location to your PATH) … … 48 49 set CL= /MP 49 50 }}} 50 * If you can't access HTTPS pages and you compiled Qt from sources, make sure that you configured it with OpenSSL support. You will need the non-light version of [http://www.slproweb.com/products/Win32OpenSSL.html Win32 OpenSSL] libraries.51 51 * 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:\GnuWin32\bin;C:\Perl\bin;%PATH%}}} Provided that the GnuWin32 packages are installed in {{{C:\GnuWin32\bin}}} and Perl in {{{C:\Perl\bin}}}. 52 52 * If you get build errors in JavaScriptCore\bindings\NP_jsobject.cpp or similar then please make sure that the Microsoft Platform SDK is '''NOT''' in your %INCLUDE% path because it conflicts with your MingW headers.