Qt-for-Tizen-Source-code: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Convert ExpressionEngine section headers)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=[[Tizen|Qt for Tizen]]: Source code=
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


==Released source packages==
= [[Tizen|Qt for Tizen]]: Source code =
== Released source packages ==


* Alpha 6: http://qtfortizen.blogspot.com/2014/02/alpha-6-brings-qt-multimedia-and.html
* Alpha 6: http://qtfortizen.blogspot.com/2014/02/alpha-6-brings-qt-multimedia-and.html


==Development versions==
== Development versions ==


===Tizen build tools repository===
=== Tizen build tools repository ===


This repo is kept outside of the Qt Project structures.
This repo is kept outside of the Qt Project structures.
Line 13: Line 14:
For users and developers: to get the repository:
For users and developers: to get the repository:


This repository contains script for building Qt in one command. See <span class="caps">README</span> file in device or emulator subdirectory.
<code> git clone git://gitorious.org/tizenbuildtools/tizenbuildtools.git
</code>
 
This repository contains script for building Qt in one command. See README file in device or emulator subdirectory.


If you want to build Qt for Tizen for PC then simply download Qt sources and qtquickcontrols-tizen sources, checkout qtquickcontrols and qtquickcontrols-tizen to wip/tizen branches and build Qt. Next export QT_QUICK_CONTROLS_STYLE=Tizen environment variable to use QtQuick Controls Tizen style.
If you want to build Qt for Tizen for PC then simply download Qt sources and qtquickcontrols-tizen sources, checkout qtquickcontrols and qtquickcontrols-tizen to wip/tizen branches and build Qt. Next export QT_QUICK_CONTROLS_STYLE=Tizen environment variable to use QtQuick Controls Tizen style.


===Qt Quick Controls for Tizen repository===
=== Qt Quick Controls for Tizen repository ===


This repo is kept within the Qt Project structures.
This repo is kept within the Qt Project structures.


For users: to get read-only repository:
For users: to get read-only repository:
<code>git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols-tizen.git
git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols.git
</code>


For developers: to get repository with access to code review. First, [[Setting-up-Gerrit|Set up Gerrit]] (registration, local setup, configuring git)
For developers: to get repository with access to code review. First, [[Setting-up-Gerrit|Set up Gerrit]] (registration, local setup, configuring git)


Qt for Tizen(qtquickcontrols-tizen) repo is dependent on qtquickcontrols project. There are situations that we propose qtquickcontrols changes and can’t wait until they will be accepted. In such cases they will temporary land in qtquickcontrols/wip/tizen.
<code> git clone ssh://<username>@codereview.qt.io:29418/qt/qtquickcontrols-tizen.git
 
</code>
===Categories:===


* [[:Category:Developing Qt|Developing_Qt]]
Qt for Tizen(qtquickcontrols-tizen) repo is dependent on qtquickcontrols project. There are situations that we propose qtquickcontrols changes and can't wait until they will be accepted. In such cases they will temporary land in qtquickcontrols/wip/tizen.
** [[:Category:Developing Qt::Ports|Ports]]
* [[:Category:Developing Qt::Ports::Tizen|Tizen]]

Latest revision as of 16:16, 5 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Qt for Tizen: Source code

Released source packages

Development versions

Tizen build tools repository

This repo is kept outside of the Qt Project structures.

For users and developers: to get the repository:

 git clone git://gitorious.org/tizenbuildtools/tizenbuildtools.git

This repository contains script for building Qt in one command. See README file in device or emulator subdirectory.

If you want to build Qt for Tizen for PC then simply download Qt sources and qtquickcontrols-tizen sources, checkout qtquickcontrols and qtquickcontrols-tizen to wip/tizen branches and build Qt. Next export QT_QUICK_CONTROLS_STYLE=Tizen environment variable to use QtQuick Controls Tizen style.

Qt Quick Controls for Tizen repository

This repo is kept within the Qt Project structures.

For users: to get read-only repository:

git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols-tizen.git
git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols.git

For developers: to get repository with access to code review. First, Set up Gerrit (registration, local setup, configuring git)

 git clone ssh://<username>@codereview.qt.io:29418/qt/qtquickcontrols-tizen.git

Qt for Tizen(qtquickcontrols-tizen) repo is dependent on qtquickcontrols project. There are situations that we propose qtquickcontrols changes and can't wait until they will be accepted. In such cases they will temporary land in qtquickcontrols/wip/tizen.