Changes between Version 53 and Version 54 of BuildingQtOnLinux


Ignore:
Timestamp:
Aug 5, 2011 8:08:34 AM (13 years ago)
Author:
cavalcantii@gmail.com
Comment:

Adding a small remark about QT5 and QTDIR environment variable.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v53 v54  
    2323First 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.
    2424
    25 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.
     25Finally, 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`).
     26
     27If you are planning to compile it with Qt 5, QTDIR should point to `PathToRepository/qt5/qtbase/`.
     28
     29If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.
    2630
    2731Build WebKit and the Qt test browser with