Changes between Version 12 and Version 13 of BuildingQtOnOSX
- Timestamp:
- Jan 31, 2011, 2:59:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v12 v13 20 20 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 23 If you also build other ports on the same machine, make sure to zap the build directories first. 22 24 23 25 Build WebKit and the Qt test browser with