Changes between Version 9 and Version 10 of BuildingQtOnOSX
- Timestamp:
- Aug 20, 2010, 11:25:10 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v9 v10 34 34 }}} 35 35 36 If 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 {{{ 39 INCLUDEPATH+=/Library/Frameworks/QtCore.framework/Versions/4/Headers 40 INCLUDEPATH+=/Library/Frameworks/QtGui.framework/Versions/4/Headers 41 INCLUDEPATH+=/Library/Frameworks/QtNetwork.framework/Versions/4/Headers 42 }}} 43 44 36 45 === Finish Up and Run === 37 46 Rerunning the build should recompile CSSParser.cpp and link correctly.