Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Coverity: Difference between revisions
Jump to navigation
Jump to search
(Added Coverity access policy) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Tools]] | |||
Parts of the Qt code base is scanned by [http://coverity.com/ Coverity], the results of which are available at https://scan.coverity.com/projects/qt-project. | Parts of the Qt code base is scanned by [http://coverity.com/ Coverity], the results of which are available at https://scan.coverity.com/projects/qt-project. | ||
Access to the scan results is limited to Qt approvers or maintainers (see [[The Qt Governance Model]]), or others whom a maintainer will acknowledge. | Access to the scan results is limited to Qt approvers or maintainers (see [[The Qt Governance Model]]), or others whom a maintainer will acknowledge. | ||
== Building Qt for Coverity == | |||
A "default" configure line seems to be confusing Coverity. You may want to force: | |||
* Up to C++14 (coverity 8.5.0.3 does not understand -std=c++1z) | |||
* No PCH (it somehow chokes on that) |
Latest revision as of 17:48, 3 October 2016
Parts of the Qt code base is scanned by Coverity, the results of which are available at https://scan.coverity.com/projects/qt-project.
Access to the scan results is limited to Qt approvers or maintainers (see The Qt Governance Model), or others whom a maintainer will acknowledge.
Building Qt for Coverity
A "default" configure line seems to be confusing Coverity. You may want to force:
- Up to C++14 (coverity 8.5.0.3 does not understand -std=c++1z)
- No PCH (it somehow chokes on that)