Changes between Version 26 and Version 27 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 14, 2011, 3:04:43 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v26 v27 28 28 * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}} 29 29 * Apply the combined xinput2/harmattan patches to qtbase: Download {{{wget -O patch.txt http://paste.ubuntu.com/707809/}}} and apply with {{{git am -3 patch.txt}}} 30 * DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT.30 * '''DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT'''. 31 31 * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests}}} 32 32 * And build {{{qtbase}}} with {{{make}}} 33 33 * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}} 34 34 * Build QtXmlPatterns, QtDeclarative and QtScript (in that order). Simply run {{{qmake}}} and {{{make}}} in the directories of the modules. 35 * {{{perl Tools/Scripts/build-webkit -2 --qt --release --no-3d-canvas }}}35 * {{{perl Tools/Scripts/build-webkit -2 --qt --release --no-3d-canvas --makearg="CONFIG+=use_qt_mobile_theme"}}} 36 36 37 37 == Current Issues / TODO ==