Changes between Version 48 and Version 49 of BuildingQt5OnHarmattan


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v48 v49  
    3030   * {{{git clone git://gitorious.org/qt/qt5.git qt5}}}
    3131   * {{{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}}}
    3333   * 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}}}
    3436
    3537Note: '''Use the following commands to update from a previous check-out''':
    3638   * {{{cd qt5}}}
    3739   * {{{git fetch --recurse-submodules}}}
    38    * {{{git checkout 3d88fff7ad0e2331e5f3584572010739b0f7e831}}}
     40   * {{{git checkout 90f7cf110710bb59c2993d6d1848223baeb9642b}}}
    3941   * {{{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}}}
    4044
    4145If you'd like to clean out everything(!), you can use the following sequence of commands: