Changes between Version 11 and Version 12 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 11, 2011, 4:32:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v11 v12 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 * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo }}} followed by {{{make}}}26 * 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 27 * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}} 28 28 * Build QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}