Changes between Version 43 and Version 44 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 24, 2011 6:31:14 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v43 v44  
    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 37ea8e961b8fdaaa1f36758b8ad059b23c013f15}}}
     32   * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 3d88fff7ad0e2331e5f3584572010739b0f7e831}}}
    3333   * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}}
    34    * Apply the combined xinput2/harmattan patches to qtbase: Change to {{{qtbase}}}, download {{{wget -O patch.txt http://paste.kde.org/135055/raw/}}} and apply with {{{git am -3 patch.txt}}}
     34
     35Note: '''Use the following commands to update from a previous check-out''':
     36   * {{{cd qt5}}}
     37   * {{{git fetch --recurse-submodules}}}
     38   * {{{git checkout 3d88fff7ad0e2331e5f3584572010739b0f7e831}}}
     39   * {{{git submodule update --recursive}}}
     40
     41If you'd like to clean out everything(!), you can use the following sequence of commands:
     42   * {{{cd qt5}}}
     43   * {{{git submodule foreach git clean -fdx}}}
     44   * {{{git clean -fdx}}}
     45   * {{{./configure ......}}}
    3546
    3647Note: '''DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT'''.