Changes between Version 13 and Version 14 of BuildingQtOnOSX
- Timestamp:
- Jan 31, 2011, 4:44:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v13 v14 3 3 * [BuildingQtOnWindows Building the Qt Port on Windows] 4 4 5 These instructions assume you are building on an OSX system with Mac Ports installed having the qt4-mac -devel (4.6) port installed.5 These instructions assume you are building on an OSX system with Mac Ports installed having the qt4-mac (4.7.1) port installed. 6 6 7 7 == Checkout the Code == 8 You'll need to check out WebKit from SVN or Qt 8 You'll need to check out WebKit from SVN or QtWebKit from Git 9 9 {{{ 10 10 svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit # WebKit SVN Trunk … … 21 21 Finally, set the QTDIR environment variable to Qt 4.x's installation path and make sure Qt 4.x's qmake is the first qmake in your PATH (typically by running `export PATH=$QTDIR/bin:$PATH`). If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name. 22 22 23 If you also build other ports on the same machine, make sure to zap the build directories first.23 If you also build other ports on the same machine, make sure to zap the build directories (WebKitBuild/) first. You can also override the build directory with the WEBKITOUTPUTDIR environment variable. 24 24 25 25 Build WebKit and the Qt test browser with