https://gitorious.org/tizenbuildtools/

Tomasz Olszak a4a6a82253 Qt Creator submodule updated 11 éve
common 7666d9ca1b Added default git user.name for building qt5Dummy package. 11 éve
desktop 5a2089a3cd changing clone_tizen_repos to clone_or_update_tizen_repos. 11 éve
emulator 2bd9df817e Added handling of Qt for Tizen version. 11 éve
ivi 2bd9df817e Added handling of Qt for Tizen version. 11 éve
mobile 2bd9df817e Added handling of Qt for Tizen version. 11 éve
qtcreator a4a6a82253 Qt Creator submodule updated 11 éve
scripts 3a8be2663d When syncing repos: first git fetch then git checkout. 11 éve
.gitignore 9a1a961b1a Added different GBS-ROOT for rpms building. 11 éve
.gitmodules 9d52d64662 Added script for building QtCreator plugin 11 éve
COPYING.BSD 8cec640b4d Initial draft of scripts and qt mkspecs for build Qt for Tizen emulator 12 éve
LICENSE.FDL ed09f3c99d FDL license for docs 12 éve
README 8329b1586c Updated main README file. 11 éve

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.