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

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine section headers)
 
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


h1. [[Tizen|Qt for Tizen]]: git workflow
= [[Tizen|Qt for Tizen]]: git workflow =
 
== Reviews ==
== Reviews ==



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