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

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=[[Tizen|Qt for Tizen]]: Source code=
h1. [[Tizen|Qt for Tizen]]: Source code


==Released source packages==
== 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 13:
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<br /></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<br />git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols.git<br /></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://&amp;lt;username&amp;gt;<code>codereview.qt.io:29418/qt/qtquickcontrols-tizen.git<br /></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]]

Revision as of 09:46, 24 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<br />

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<br />git clone -b wip/tizen git://gitorious.org/qt/qtquickcontrols.git<br />

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

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

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.