Changes between Version 51 and Version 52 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Nov 11, 2011 2:31:38 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v51 v52  
    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 6df6e99be09731991a1689cf1a71c601f4814865}}}
     32   * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 5981f1728697d2afae25a17f2094769c69142787}}}
    3333   * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}}
    3434
     
    3636   * {{{cd qt5}}}
    3737   * {{{git fetch --recurse-submodules}}}
    38    * {{{git checkout 6df6e99be09731991a1689cf1a71c601f4814865}}}
     38   * {{{git checkout 5981f1728697d2afae25a17f2094769c69142787}}}
    3939   * {{{git submodule update --recursive}}}
    4040
    4141If you'd like to clean out everything(!), you can use the following sequence of commands:
    4242   * {{{cd qt5}}}
    43    * {{{git submodule foreach git clean -fdx}}}
     43   * {{{git submodule foreach --recursive git clean -fdx}}}
    4444   * {{{git clean -fdx}}}
    4545   * {{{./configure ......}}}