Changes between Version 9 and Version 10 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 10, 2011 9:14:17 AM (13 years ago)
Author:
jocelyn.turcotte@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v9 v10  
    2525   * Apply Jocelyn's xinput2 patch to qtbase: {{{http://paste.ubuntu.com/705342/}}}
    2626   * 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.
    2728   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}
    2829   * Build QtSvg, QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}