Changes between Version 14 and Version 15 of BuildingQtOnOSX


Ignore:
Timestamp:
Apr 12, 2011 2:25:11 PM (13 years ago)
Author:
Dimitri Glazkov
Comment:

Added note about qt-mobility

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnOSX

    v14 v15  
    1818== Build WebKit ==
    1919First follow the instructions [QtWebKitContrib there to get the sources]. The Qt port is part of the WebKit source tree, so you don't need anything extra.
     20
     21If you are planning to build with video enabled, you must install `qt-mobility` as a pre-requisite:
     22
     23{{{
     24git clone http://git.gitorious.org/qt-mobility/qt-mobility.git
     25git checkout 1.1
     26./configure
     27make
     28sudo make install
     29}}}
    2030
    2131Finally, 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.