Changes between Version 41 and Version 42 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 20, 2011, 4:00:45 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v41 v42 30 30 * {{{git clone git://gitorious.org/qt/qt5.git qt5}}} 31 31 * {{{cd qt5}}} 32 * Check out the current qt5 revision used by the bot to run tests: {{{git reset --hard37ea8e961b8fdaaa1f36758b8ad059b23c013f15}}}32 * Check out the current qt5 revision used by the bot to run tests: {{{git checkout 37ea8e961b8fdaaa1f36758b8ad059b23c013f15}}} 33 33 * Initialize & Clone the sub-modules needed: {{{./init-repository --module-subset=qtbase,qtxmlpatterns,qtscript,qtdeclarative}}} 34 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}}}