https://gitorious.org/tizenbuildtools/

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

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.