Changes between Version 53 and Version 54 of BuildingQt5OnHarmattan
- Timestamp:
- Nov 28, 2011, 3:08:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v53 v54 30 30 * {{{git clone git://gitorious.org/qt/qt5.git qt5}}} 31 31 * {{{cd qt5}}} 32 * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 5981f1728697d2afae25a17f2094769c69142787}}}32 * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 91f83fa33a1cc5a97b17d8e4d25e1bb952006061}}} 33 33 * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}} 34 34 … … 36 36 * {{{cd qt5}}} 37 37 * {{{git fetch --recurse-submodules}}} 38 * {{{git checkout 91f83fa33a1cc5a97b17d8e4d25e1bb952006061 38 * {{{git checkout 91f83fa33a1cc5a97b17d8e4d25e1bb952006061}}} 39 39 * {{{git submodule update --recursive}}} 40 40