Changes between Version 71 and Version 72 of BuildingQtOnLinux


Ignore:
Timestamp:
Sep 18, 2012 2:40:28 AM (12 years ago)
Author:
vsevik@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v71 v72  
    2727Finally, 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`).
    2828
    29 If 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/`. You should also use this script [https://github.com/ossy-szeged/qt5-tools/blob/master/build-qt5.sh build-qt5.sh] to build Qt5 (this is what the buildbots are using). Usually once a week we update the current Qt5 hash, so keep checking out this script.
     29If 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/`. You should also use this script [https://github.com/ossy-szeged/qt5-tools/blob/master/build-qt5.sh build-qt5.sh] to build Qt5 (this is what the buildbots are using) (Don't forget to put [https://github.com/ossy-szeged/qt5-tools/blob/master/build-qt5-env build-qt5-env] in the same folder). Usually once a week we update the current Qt5 hash, so keep checking out this script.
    3030
    3131If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.