Qt-for-Tizen-git-workflow

From Qt Wiki
Revision as of 16:34, 3 March 2015 by AutoSpider (talk | contribs) (Add "cleanup" tag)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.

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.