Tizen Build Tools - README
--------------------------
Qt for Tizen is a purely community-driven port of Qt 5 to the Tizen mobile profile.
Tizen IVI profile as well as unofficial Netbook/Notebook profiles would benefit too.
Home page: http://qt-project.org/wiki/Tizen
===== Info ====
This repository helps to develope using Qt for Tizen for 4 targets:
* desktop - for building and running applications with Tizen integrations support
on standart desktop
* mobile (Tizen developer device - arm architecture) - to cross compile for mobile
devices.
* emulator (Tizen SDK emulator - x86 architecture) - to cross compile for
Tizen SDK emulator.
* ivi (ivi device - x86 architecture) - to cross compile for ivi device.
You need to have Tizen SDK (https://developer.tizen.org/downloads/tizen-sdk)
installed if you want to build Qt for emulator or device. Desktop version
doesn't need that.
===== Building process =====
Mobile, ivi and emulator versions depend on desktop.
To build desktop version just go to desktop directory and see
README for details.
The same applies for mobile, ivi and emulator.
===== How does it work =====
Qt sources are downloaded from:
https://gitorious.org/qt/qt-for-tizen-packaging-*
branches. They are prepared and patched for Tizen platforms.
after building desktop version cross compile tools for different
targets can be prepared. For example if one one to prepare mobile
cross compile environment need only to run
mobile/prepare_developer_tools.sh
The script will create sysroot for mobile target. Qt libraries and development files
will be downloaded to that sysroot. Desktop qmake, moc, rcc etc will be configured for
mobile cross compilation and usage of Qt libraries from sysroot.
In the end developer will have set of Qt development tools in
mobile/qt5CrossCompileTools directory.