Changes between Version 38 and Version 39 of BuildingQtOnWindows
- Timestamp:
- Sep 15, 2011, 2:36:28 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v38 v39 7 7 * Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl] 8 8 * Install [http://www.python.org/download/ Python 2.x] (and add the installation location to your PATH) 9 * Install [http://sourceware.org/pthreads-win32/ Pthreads-win32] to your QtSDK directory (Q: Why do we need it? A: https://bugs.webkit.org/show_bug.cgi?id=67864) 10 * for MinGW build: 11 * copy libpthreadGC2.a and pthreadGC2.dll to c:\QtSDK\Desktop\Qt\4.7.4\mingw\lib\ 12 * copy pthread headers to c:\QtSDK\Desktop\Qt\4.7.4\mingw\include\ 13 * for MSVC2008 build: 14 * copy pthreadVC2.lib and pthreadVC2.dll to c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\lib\ 15 * copy pthread headers to c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\include\ 9 16 * The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]: 10 17 * [http://gnuwin32.sourceforge.net/downlinks/bison.php Bison]