Tomasz Olszak 9a5f0ca9ab Updated to Qt 5.4 vor 10 Jahren
..
.gitignore b0fa5c6735 Different profiles refactoring vor 10 Jahren
README b0fa5c6735 Different profiles refactoring vor 10 Jahren
profile_include a300a9ecc7 Added emulator handling for common profile vor 10 Jahren
qt5Dummy.spec 9a5f0ca9ab Updated to Qt 5.4 vor 10 Jahren

README

(see LICENSE.FDL for license text)

This set of scripts should help you configure Qt for Tizen for ivi profile (version 3.0).
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 ivi profile.
./prepare_developer_tools.sh

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