版本控制系统
建议通过版本控制系统来设置项目。仅存储和编辑项目的源文件和配置文件,不要存储生成的文件。若要使用Qt Creator 提供的版本控制系统,您需要先进行配置。
Qt Creator 支持集成以下版本控制系统。
| 版本控制系统 | 地址 | 备注 |
|---|---|---|
| Bazaar 和 Breezy | https://github.com/breezy-team/breezy | 启用该插件以使用 Bazaar 或 Breezy。 |
| ClearCase | https://www.ibm.com/docs/en/integration-designer/8.5.7?topic=systems-working-clearcase-deprecated | 启用该插件以使用 ClearCase。 |
| CVS | https://www.nongnu.org/cvs/ | 启用该插件即可使用。 |
| Fossil | https://fossil-scm.org/index.html/doc/trunk/www/index.wiki | 启用该插件即可使用。 |
| Git | https://git-scm.com/ | Git 2.13.0 或更高版本。 Gerrit 2.6 或更高版本。 |
| GitLab | https://about.gitlab.com/ | 启用该插件即可使用。 |
| Mercurial | https://www.mercurial-scm.org/ | 启用该插件即可使用。 |
| Perforce | https://www.perforce.com/ | 服务器版本 2006.1 及更高版本。 启用该插件即可使用。 |
| Subversion | https://subversion.apache.org/ | Subversion 1.7.0 及更高版本。 启用该插件即可使用。 |
另请参阅: 为新项目创建版本控制系统(VCS)仓库、启用和禁用插件、操作指南:使用 Git、设置版本控制系统以及 使用常见的 VCS 功能。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.