From 9853376aa6d4bb9e4e55c5d513c79305af2060ff Mon Sep 17 00:00:00 2001 From: Jaroslaw Staniek Date: Sat, 18 May 2013 00:40:43 +0200 Subject: added "Running examples in Tizen style" to README --- README | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index a54a3c4..3e97872 100644 --- a/README +++ b/README @@ -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): -- cgit v1.2.3