Changes between Version 9 and Version 10 of BuildingQtOnOSX


Ignore:
Timestamp:
08/20/10 11:25:10 (3 years ago)
Author:
ariya@webkit.org
Comment:

Fix for potential include problem

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnOSX

    v9 v10  
    3434}}} 
    3535 
     36If there is a problem with include file, try to pass more arguments to the build-webkit script, e.g. (all in one line) 
     37 
     38{{{ 
     39INCLUDEPATH+=/Library/Frameworks/QtCore.framework/Versions/4/Headers 
     40INCLUDEPATH+=/Library/Frameworks/QtGui.framework/Versions/4/Headers 
     41INCLUDEPATH+=/Library/Frameworks/QtNetwork.framework/Versions/4/Headers 
     42}}} 
     43 
     44 
    3645=== Finish Up and Run === 
    3746Rerunning the build should recompile CSSParser.cpp and link correctly.