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

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
For users and developers: to get the repository:
For users and developers: to get the repository:


<code> git clone git://gitorious.org/tizenbuildtools/tizenbuildtools.git<br /></code>
<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.
This repository contains script for building Qt in one command. See README file in device or emulator subdirectory.
Line 25: Line 26:
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<br />git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols.git<br /></code>
<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)


<code> git clone ssh://&amp;lt;username&amp;gt;<code>codereview.qt.io:29418/qt/qtquickcontrols-tizen.git<br /></code>
<code> git clone ssh://<username>@codereview.qt.io:29418/qt/qtquickcontrols-tizen.git
</code>


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.
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.

Revision as of 10:06, 25 February 2015

h1. 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.