Changes between Version 49 and Version 50 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 28, 2011, 8:22:16 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v49 v50 33 33 * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}} 34 34 * Apply (temporary) patch to prevent crashes on ARM ( http://codereview.qt-project.org/#change,7617 ): 35 * {{{cd qt 5/qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}}35 * {{{cd qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}} 36 36 37 37 Note: '''Use the following commands to update from a previous check-out''': … … 41 41 * {{{git submodule update --recursive}}} 42 42 * Apply (temporary) patch to prevent crashes on ARM ( http://codereview.qt-project.org/#change,7617 ): 43 * {{{cd qt 5/qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}}43 * {{{cd qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}} 44 44 45 45 If you'd like to clean out everything(!), you can use the following sequence of commands: