Changes between Version 59 and Version 60 of BuildingQtOnLinux


Ignore:
Timestamp:
Nov 9, 2011 9:15:47 AM (12 years ago)
Author:
Laszlo Gombos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v59 v60  
    2525Finally, 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`).
    2626
    27 If you are planning to compile it with Qt 5, QTDIR should point to `PathToRepository/qt5/qtbase/`.
     27If you are planning to compile it with [http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git Qt 5], QTDIR should point to `PathToRepository/qt5/qtbase/`.
    2828
    2929If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.