Changes between Version 18 and Version 19 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 13, 2011 3:06:15 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v18 v19  
    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    * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config}}}
     27   * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests}}}
    2828   * And build {{{qtbase}}} with {{{make}}}
    2929   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}