Skip to content
Alexander Drozdov edited this page Aug 28, 2015 · 2 revisions

Branch hierarchy

  1. master - branch with changes to build with Qt Creator 'master' branch
  2. qtc-master - original sources of CMakeProjectManager from Qt Creator master branch
  3. 3.2 - branch with changes to build with Qt Creator '3.2' branch.
  4. qtc-3.2 - original sources of CMakeProjectManager from Qt Creator 3.2 branch

Last two branches can be replaced in future (like 3.3/qtc-3.3 and so on).

'qtc-#.#' branches from qtc-master branch. '#.#' branches from 'qtc-#.#' branch and rebased with 'master' branch.

Time to time 'qtc-master' and 'qtc-#.#' branches synced with upstream sources and 'master' and '#.#' branches rebased with them. New changes makes on 'master' branch and rebased into '#.#' branch.

Building

See README.txt

Direct parsing CMakeLists.txt

  1. Parser present at the 'parser' branch.
  2. libcmake: http://www.cmake.org/pipermail/cmake/2004-September/005501.html
Clone this wiki locally