(see LICENSE.FDL for license text)

Qt Quick Controls for Tizen needs standard Qt 5.1 Beta version with 
patch 1_QT_QUICK_CONTROLS.patch applied on qtquickcontrols module. 

You can download and compile Qt 5.1 version from gitorious:

git clone https://git.gitorious.org/qt/qt5.git qt5

After downloading qt, init its submodules:

cd qt5
./init-repository

And apply patch:

cd qtquickcontrols
patch -p1 < 1_QT_QUICK_CONTROLS.patch

After above steps Qt is ready to build and install. 
Please follow Qt build instructions.