Changes between Version 60 and Version 61 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Feb 2, 2012 6:42:13 AM (12 years ago)
Author:
lauro.neto@openbossa.org
Comment:

Add information about qt5 packages for n9.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v60 v61  
    5151   ||{{{export PATH=$PWD/qtbase/bin:$PATH}}}||Ensure your PATH is up-to-date to use the qt5 qmake instead of the default one.||
    5252
     53== Qt5 packages for Harmattan ==
     54
     55If you don't want to build Qt5 from scratch you can use a repository with the Qt5 modules required by QtWebKit. Currently only armel packages are available, built using the weekly hashes.
     56
     57On scratchbox:
     58   * Add "deb http://qtlabs.org.br/~lmoura/qt5/ unstable main xcb" to /etc/apt/sources.list
     59
     60On the device:
     61   * Run the script http://qtlabs.org.br/~lmoura/install_qt5.sh as root
     62   * To become root, on a developer-mode enabled device, use "devel-su" on the terminal or through ssh.
     63   * The script will create a qt5.list file on /etc/apt/sources.list.d/ with the repository line above and install all "qt5-*" packages.
     64   * Along with the Qt5 packages the repository will provide the missing xcb-util packages, using the scratchbox' ones.
     65
     66Usage:
     67   * All modules are installed to /opt/qt5. To use qmlscene and friends, point PATH to /opt/qt5/bin.
     68
    5369== Build WebKit ==
    5470