Changes between Version 72 and Version 73 of BuildingQtOnLinux
- Timestamp:
- Nov 28, 2012, 9:17:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v72 v73 28 28 29 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) (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 31 If you want the same environment to build bot, refer to [http://trac.webkit.org/wiki/QtWebKitGardening]. 32 The link contains following items. 33 * build Qt5 34 * build WebKit 35 * run layout test 30 36 31 37 If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.