Changes between Version 13 and Version 14 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 12, 2011, 4:45:00 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v13 v14 24 24 * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}} 25 25 * Apply Jocelyn's xinput2 patch to qtbase: {{{http://paste.ubuntu.com/705342/}}} 26 * DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT. 26 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}}} 27 28 * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}