Tomasz Olszak 16ae1d3447 Added qtmultimedia module 11 年之前
..
.gitignore 89c4cfbda2 Scripts refactoring. Mobile and IVI scripts for gbs. 11 年之前
README 4650e6ee33 README's updated with information about Qt binaries dir. 11 年之前
prepare_crosscompilation_tools.sh 526fe3639e Platform devel: different sysroot for cross compilation. 11 年之前
prepare_developer_tools.sh 526fe3639e Platform devel: different sysroot for cross compilation. 11 年之前
qt5Dummy.spec 16ae1d3447 Added qtmultimedia module 11 年之前
qt5DummyWithoutQt.spec 526fe3639e Platform devel: different sysroot for cross compilation. 11 年之前

README

(see LICENSE.FDL for license text)

This set of scripts should help you configure Qt for Tizen for mobile profile (version 2.2).
It was tested against Qt 5.2.0 Qt for Tizen sources and Ubuntu 12.10 and Ubuntu 13.04.


Build steps:

1. Install Tizen SDK
1.1 Download appropriate installer and/or sdk image from https://developer.tizen.org/downloads/tizen-sdk
1.2 Run installer, choose image or use network image source, pick all available components.

2. Install gbs
https://source.tizen.org/documentation/reference/git-build-system/
https://source.tizen.org/documentation/developer-guide/installing-development-tools

3. Be sure that you built desktop version (desktop binaries are needed for cross compilation).

4. Prepare cross compilation environmemnt for mobile profile.
./prepare_developer_tools.sh

Whole pack of Qt development files will be places in qt5CrossCompileTools subdirectory.