| 53 | == Qt5 packages for Harmattan == |
| 54 | |
| 55 | If 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 | |
| 57 | On scratchbox: |
| 58 | * Add "deb http://qtlabs.org.br/~lmoura/qt5/ unstable main xcb" to /etc/apt/sources.list |
| 59 | |
| 60 | On 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 | |
| 66 | Usage: |
| 67 | * All modules are installed to /opt/qt5. To use qmlscene and friends, point PATH to /opt/qt5/bin. |
| 68 | |