Changes between Version 17 and Version 18 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 13, 2011 2:03:55 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v17 v18  
    2525   * 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}}}
    2626   * 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}}}
    2829   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}
    2930   * Build QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}