Changes between Version 18 and Version 19 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 13, 2011, 3:06:15 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v18 v19 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 * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config }}}27 * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests}}} 28 28 * And build {{{qtbase}}} with {{{make}}} 29 29 * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}