Changes between Version 50 and Version 51 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Nov 7, 2011 2:03:37 AM (13 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v50 v51  
    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 90f7cf110710bb59c2993d6d1848223baeb9642b}}}
     32   * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 6df6e99be09731991a1689cf1a71c601f4814865}}}
    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 qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}}
    3634
    3735Note: '''Use the following commands to update from a previous check-out''':
    3836   * {{{cd qt5}}}
    3937   * {{{git fetch --recurse-submodules}}}
    40    * {{{git checkout 90f7cf110710bb59c2993d6d1848223baeb9642b}}}
     38   * {{{git checkout 6df6e99be09731991a1689cf1a71c601f4814865}}}
    4139   * {{{git submodule update --recursive}}}
    42    * Apply (temporary) patch to prevent crashes on ARM ( http://codereview.qt-project.org/#change,7617 ):
    43       * {{{cd qtdeclarative && git fetch http://codereview.qt-project.org/p/qt/qtdeclarative refs/changes/17/7617/1 && git cherry-pick FETCH_HEAD}}}
    4440
    4541If you'd like to clean out everything(!), you can use the following sequence of commands:
     
    6157== Build WebKit ==
    6258
    63    * {{{perl Tools/Scripts/build-webkit -2 --qt --release --no-3d-canvas --qmakearg="CONFIG+=use_qt_mobile_theme"}}}
     59   * {{{perl Tools/Scripts/build-webkit --qt --release --no-3d-canvas --qmakearg="CONFIG+=use_qt_mobile_theme"}}}
    6460
    6561Note: The build error referring to a missing listBoxSelectItem function should be fixed after r98557.