加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HACKING 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
See the file doc/api/coding-style.qdoc for our coding standard.
For instructions on how to set up the Qt Creator repository to contribute
patches back to Qt Creator, please check:
https://wiki.qt.io/Setting_up_Gerrit#How_to_get_started_-_Gerrit_registration
Qt Creator has integrated auto tests, and further external tests in the
subdirectory 'tests'.
To build the integrated auto tests, build Qt Creator with the additional
QMake option TEST=1
To build also the auto tests, manual tests and unit tests in the 'tests'
subdirectory, use the QMake option BUILD_TESTS=1
Afterwards:
* The tests from the 'tests' subdirectory can be run as individual applications.
They are also available as separate Run configuration from within Qt Creator.
* All the integrated tests for a specific plugin can be run with:
qtcreator -test QtSupport
* To run only a specific test case, use:
qtcreator -test QtSupport,testQtOutputFormatter
Note: Adding -test to Qt Creator will run the tests in a clean settingspath.
To run them with specific settings, -settingspath /path has to be provided.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化