Qt-for-Tizen-git-workflow: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== Reviews ==
== Reviews ==


As the rest of the Qt Project we use Gerrit tool, working on top of git. For starters, please read:<br />* [[Gerrit-Introduction|Introduction to Gerrit]]<br />* [[Setting-up-Gerrit|Setting up Gerrit]]
As the rest of the Qt Project we use Gerrit tool, working on top of git. For starters, please read:
* [[Gerrit-Introduction|Introduction to Gerrit]]
* [[Setting-up-Gerrit|Setting up Gerrit]]


== Branches: ==
== Branches: ==

Revision as of 11:50, 25 February 2015

h1. Qt for Tizen: git workflow

Reviews

As the rest of the Qt Project we use Gerrit tool, working on top of git. For starters, please read:

Branches:

  • qtbase
    • wip/tizen - branch for preparing qt for tizen integration (mkspecs, xcb hooks etc).
  • qtquickcontrols-tizen
    • dev - into this branch wip/tizen's history will be squashed
    • wip/tizen - this branch is used for alpha development, trying different approaches and solutions. After some time one solution will be agreed. Then the history will be squashed and merged into the dev branch with review from the qtquickcontrols team. Currently we need to use codereview.qt.io to push commits into this branch.