https://gitorious.org/tizenbuildtools/

Tomasz Olszak 90caabc5b0 use tizen_alpha6 gitorious branches vor 11 Jahren
common 90caabc5b0 use tizen_alpha6 gitorious branches vor 11 Jahren
desktop 16ae1d3447 Added qtmultimedia module vor 11 Jahren
emulator 16ae1d3447 Added qtmultimedia module vor 11 Jahren
ivi 526fe3639e Platform devel: different sysroot for cross compilation. vor 11 Jahren
mobile 16ae1d3447 Added qtmultimedia module vor 11 Jahren
qtcreator a508cf2e89 Updated qtcreator Tizen plugin to QtCreator 3.0 vor 11 Jahren
scripts 2c1ebafb10 Update helper script for preparing packages vor 11 Jahren
.gitignore 9a1a961b1a Added different GBS-ROOT for rpms building. vor 11 Jahren
.gitmodules 9d52d64662 Added script for building QtCreator plugin vor 11 Jahren
COPYING.BSD 8cec640b4d Initial draft of scripts and qt mkspecs for build Qt for Tizen emulator vor 12 Jahren
LICENSE.FDL ed09f3c99d FDL license for docs vor 12 Jahren
README 8329b1586c Updated main README file. vor 11 Jahren

README

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.