Changes between Version 11 and Version 12 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 11, 2011 4:32:32 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v11 v12  
    2424      * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}}
    2525   * Apply Jocelyn's xinput2 patch to qtbase: {{{http://paste.ubuntu.com/705342/}}}
    26    * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo}}} followed by {{{make}}}
     26   * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config}}} followed by {{{make}}}
    2727   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}
    2828   * Build QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}