【发布时间】:2015-01-04 09:16:12
【问题描述】:
我正在尝试将 Coverity Scan static analysis 添加到我的 Qt 项目中,但我无法获得结果。
我下载了覆盖率扫描构建工具并使用以下命令行:
cov-build --dir cov-int make
这会产生以下日志:
...
my build log
...
[WARNING] No files were emitted. This may be due to a problem with your configuration
or because no files were actually compiled by your build command.
Please make sure you have configured the compilers actually used in the compilation.
For more details, please look at:
/Users/martin/dev/builds/ConsoleTest01-Desktop_Qt_5_3_clang_64bit-Debug/cov-int/build-log.txt
我怎样才能走得更远?
我在 MacOS 10.9 下使用 Qt 5.3.2。
【问题讨论】:
-
日志是怎么说的?
-
结果是日志,我没有放所有的日志,是项目的标准构建日志
-
你的意思是这个日志
cov-int/build-log.txt是显示的那个?这不是很冗长:p