(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.