Changes between Version 37 and Version 38 of BuildingQtOnWindows


Ignore:
Timestamp:
Jan 5, 2011 11:15:52 AM (13 years ago)
Author:
dbates@webkit.org
Comment:

Removed "C
Program Files\SlikSvn\bin\" from Path since this path is not relevant to these instructions. Moreover, this path is invalid.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v37 v38  
    9090  6. Trim your PATH down as much as possible. Remove Git and Mingw from your PATH if you have them installed, their presence can cause odd build failures. For example, the PATH that works for me is:
    9191{{{
    92  set Path=c:\GnuWin32\bin;c:\Qt\2009.01\qt\bin;c:\Qt\2009.01\bin;C:\Perl\bin;C:\Windows\system32;c:\Qt\2009.01\mingw\bin;C:\Perl\site\bin;C:\Windows;C\\Program Files\SlikSvn\bin\
     92 set Path=c:\GnuWin32\bin;c:\Qt\2009.01\qt\bin;c:\Qt\2009.01\bin;C:\Perl\bin;C:\Windows\system32;c:\Qt\2009.01\mingw\bin;C:\Perl\site\bin;C:\Windows
    9393}}}
    9494     * Note that `c:\Qt\2009.01\qt` above will vary depending on the QT SDK that you downloaded. You should modify it appropriately.