diff options
author | Jaroslaw Staniek <staniek@kde.org> | 2013-05-18 00:40:43 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2013-05-25 13:45:50 +0000 |
commit | 9853376aa6d4bb9e4e55c5d513c79305af2060ff (patch) | |
tree | 9ce3938ec96b1049cc2d8210932be1551fe9248b /README | |
parent | 77eb59d5da146b1e350bc0e92fc4b3a4ab0bac71 (diff) | |
download | qtquickcontrols-tizen-9853376aa6d4bb9e4e55c5d513c79305af2060ff.tar.gz qtquickcontrols-tizen-9853376aa6d4bb9e4e55c5d513c79305af2060ff.tar.bz2 qtquickcontrols-tizen-9853376aa6d4bb9e4e55c5d513c79305af2060ff.zip |
added "Running examples in Tizen style" to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,7 +1,26 @@ Qt Quick Controls for Tizen - 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 + + +Running examples in Tizen style +------------------------------- + +To run a QML example using the Tizen style, execute this in directory, e.g. + cd examples/touch + QT_QUICK_CONTROLS_STYLE=Tizen qmlscene main.qml + +For this to work, patched qtquickcontrols repository has to be build and original libprivateplugin.so +should be replaced by the newly built. The patched code is included in this Qt for Tizen release. + + +Licensing +--------- -Licensing: * License headers are included in source code files (LGPL, BSD) * Images stored in src/styles/images come from 'uifw' package (Tizen 2.1 beta release): |