Changes between Version 9 and Version 10 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 10, 2011, 9:14:17 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BuildingQt5OnHarmattan
v9 v10 25 25 * Apply Jocelyn's xinput2 patch to qtbase: {{{http://paste.ubuntu.com/705342/}}} 26 26 * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast}}} followed by {{{make}}} 27 * Append the following arguments to {{{configure}}} to prevent qmake from running through qemu: {{{-platform unsupported/linux-host-g++ -xplatform linux-g++-maemo}}}[[BR]]I didn't try a full build yet, only a post-configure. Please merge those with the rest of the command line above once somebody confirmed that you can do a full Qt build with them. 27 28 * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}} 28 29 * Build QtSvg, QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}