summaryrefslogtreecommitdiffstats
path: root/fossil.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when using QTC_SOURCE environment variableOrgad Shaneh2018-08-291-0/+6
| | | | | | | | It was supported in the subdir, but not in the root project Change-Id: I41e17881fde097d5d2f506efc0c7c9d3fd4817a8 Reviewed-by: Artur Shepilko <artur.shepilko@nomadbyte.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Add a doc project for the Fossil pluginEike Ziller2017-03-091-0/+3
| | | | | Change-Id: Ic465b8838f090688fab2fc966fa3fbf7409c13a2 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Vcs: Add Fossil SCM integration pluginArtur Shepilko2017-02-091-0/+2
* Qt Creator base-commit: f77af5e3362cc6c4360ea1d197fb834cd5b072fa * Stand-alone plugin source tree for integration into qtc super-project * Original release: https://github.com/nomadbyte/qtcreator-plugin-fossil * Adapted from Bazaar plugin implementation Configuring Fossil ------------------ 1. Download the [Fossil SCM client](http://fossil-scm.org) and install `fossil` executable file in your `PATH`. 2. Create or designate a directory to store local Fossil repositories and remote clones. For example: `~/fossils/qt`. 3. Configure Version Control Options for the Fossil plugin to use the designated directory as `Local Repositories Default path`. Now Fossil should become available as a VCS choice to create new local repositories, as well as a choice in `New File or Project` to clone a remote Fossil repository. Change-Id: I630184c1b344184d9e08ae2fc24a5e4766f834b9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>