Changes between Version 49 and Version 50 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 28, 2011 8:22:16 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v49 v50  
    3333   * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}}
    3434   * 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}}}
     35      * {{{cd qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}}
    3636
    3737Note: '''Use the following commands to update from a previous check-out''':
     
    4141   * {{{git submodule update --recursive}}}
    4242   * 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}}}
     43      * {{{cd qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}}
    4444
    4545If you'd like to clean out everything(!), you can use the following sequence of commands: