Changes between Version 16 and Version 17 of BuildingQtOnOSX


Ignore:
Timestamp:
May 19, 2011 12:12:36 AM (13 years ago)
Author:
dominicc@chromium.org
Comment:

Added note about installing the debug variant of the qt4-mac port, since it isn’t obvious.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnOSX

    v16 v17  
    33 * [BuildingQtOnWindows Building the Qt Port on Windows]
    44
    5 These instructions assume you are building on an OSX system with Mac Ports installed having the qt4-mac (4.7.1) port installed.
     5These 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{{{
     10sudo port install qt4-mac +debug
     11export QTDIR=/opt/local
     12}}}
    613
    714== Checkout the Code ==