Changes between Version 26 and Version 27 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 14, 2011 3:04:43 AM (13 years ago)
Author:
kenneth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v26 v27  
    2828      * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}}
    2929   * 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'''.
    3131   * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests}}}
    3232   * And build {{{qtbase}}} with {{{make}}}
    3333   * Ensure your PATH is up-to-date: {{{cd qtbase && export PATH=$PWD/bin:$PATH}}}
    3434   * 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"}}}
    3636
    3737== Current Issues / TODO ==