Coverity

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)