Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.09 KB

Plog Converter

Docs Platforms

Note. This page is about the tool for Linux and macOS. The appropriate page about the tool for Windows is available here.

To convert the analyzer bug report to different formats (xml, tasks and so on) you can use the Plog Converter. It is applicable for cross-platform working scenarios (C++, Java) on all supported operating systems when checking Makefile, CMake, QMake, Ninja, WAF projects.

More detailed description is available on the documentation page, section "Plog Converter Utility".

Compilation

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Usage

An example of a command that will be suitable for most users for opening the report in QtCreator:

plog-converter -a GA:1,2 -t tasklist -o /path/to/project.tasks /path/to/project.log