Changes between Version 16 and Version 17 of BuildingQtOnOSX
- Timestamp:
- May 19, 2011, 12:12:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v16 v17 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 (4.7.1) port installed. 5 These instructions assume you are building on an OSX system with Mac Ports installed. 6 7 == Install the qt4-mac (4.7.1) port == 8 9 {{{ 10 sudo port install qt4-mac +debug 11 export QTDIR=/opt/local 12 }}} 6 13 7 14 == Checkout the Code ==