Changes between Version 13 and Version 14 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 12, 2011 4:45:00 AM (13 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v13 v14  
    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   * DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT.
    2627   * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config}}} followed by {{{make}}}
    2728   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}