Changes between Version 20 and Version 21 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 13, 2011, 3:17:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v20 v21 28 28 * And build {{{qtbase}}} with {{{make}}} 29 29 * 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. 31 31 * ... 32 32 * {{{perl Tools/Scripts/build-webkit -2 --qt --release --no-3d-canvas}}}