Changes between Version 72 and Version 73 of BuildingQtOnLinux


Ignore:
Timestamp:
Nov 28, 2012 9:17:15 PM (11 years ago)
Author:
luxtella@company100.net
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v72 v73  
    2828
    2929If 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.
     30
     31If you want the same environment to build bot, refer to [http://trac.webkit.org/wiki/QtWebKitGardening].
     32The link contains following items.
     33 * build Qt5
     34 * build WebKit
     35 * run layout test
    3036
    3137If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.