Qt-for-Tizen-git-workflow

From Qt Wiki
Revision as of 11:50, 25 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search

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.