Changes between Version 14 and Version 15 of BuildingQtOnOSX
- Timestamp:
- Apr 12, 2011, 2:25:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v14 v15 18 18 == Build WebKit == 19 19 First 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 21 If you are planning to build with video enabled, you must install `qt-mobility` as a pre-requisite: 22 23 {{{ 24 git clone http://git.gitorious.org/qt-mobility/qt-mobility.git 25 git checkout 1.1 26 ./configure 27 make 28 sudo make install 29 }}} 20 30 21 31 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.