Changes between Version 20 and Version 21 of BuildingQt5OnHarmattan


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v20 v21  
    2828   * And build {{{qtbase}}} with {{{make}}}
    2929   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}
    30    * Build QtXmlPatterns and QtDeclarative (in that order): {{{cd module && qmake -r && make}}}
     30   * Build QtXmlPatterns, QtDeclarative and QtScript (in that order). Simply run {{{qmake}}} and {{{make}}} in the directories of the modules.
    3131   * ...
    3232   * {{{perl Tools/Scripts/build-webkit -2 --qt --release --no-3d-canvas}}}