Changes between Version 16 and Version 17 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 13, 2011, 2:01:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v16 v17 23 23 * Dependencies needed for XCB back-end: {{{fakeroot apt-get install libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 libxcb-image0-dev libxcb-shm0 libxcb-shm0-dev libxcb-icccm1 libxcb-icccm1-dev libxcb-sync0 libxcb-sync0-dev libxcb-xfixes0-dev}}} 24 24 * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}} 25 * Apply Jocelyn's xinput2 patch to qtbase: {{{http://paste.ubuntu.com/705342/}}}25 * Apply the combined xinput2/harmattan patches to qtbase: Download {{{wget -O patch.txt http://paste.ubuntu.com/707217/}}} and apply with {{{git am -3 patch.txt}}} 26 26 * DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT. 27 27 * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config}}} followed by {{{make}}}