Changes between Version 42 and Version 43 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 21, 2011, 3:37:40 AM (13 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v42 v43  
    4040Inside Scratchbox:
    4141   * '''unset QTDIR'''
    42    * Run configure in the qt5 directory: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests}}}
     42   * Run configure in the qt5 directory: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests -nomake examples}}}
    4343   * And run {{{make}}} from the toplevel qt5 directory to build all modules in one shot.
    4444   * Ensure your PATH is up-to-date: {{{export PATH=$PWD/qtbase/bin:$PATH}}}