Changes between Version 48 and Version 49 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 28, 2011, 8:17:35 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v48 v49 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 3d88fff7ad0e2331e5f3584572010739b0f7e831}}}32 * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 90f7cf110710bb59c2993d6d1848223baeb9642b}}} 33 33 * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}} 34 * Apply (temporary) patch to prevent crashes on ARM ( http://codereview.qt-project.org/#change,7617 ): 35 * {{{cd qt5/qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}} 34 36 35 37 Note: '''Use the following commands to update from a previous check-out''': 36 38 * {{{cd qt5}}} 37 39 * {{{git fetch --recurse-submodules}}} 38 * {{{git checkout 3d88fff7ad0e2331e5f3584572010739b0f7e831}}}40 * {{{git checkout 90f7cf110710bb59c2993d6d1848223baeb9642b}}} 39 41 * {{{git submodule update --recursive}}} 42 * Apply (temporary) patch to prevent crashes on ARM ( http://codereview.qt-project.org/#change,7617 ): 43 * {{{cd qt5/qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}} 40 44 41 45 If you'd like to clean out everything(!), you can use the following sequence of commands: