Changes between Version 17 and Version 18 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 13, 2011, 2:03:55 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v17 v18 25 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 * 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 * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config}}} 28 * And build {{{qtbase}}} with {{{make}}} 28 29 * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}} 29 30 * Build QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}