You can load tasks from task lists to the Build Issues pane. You can either create the task lists manually or create scripts to generate them from output of static code analysis tools, for example.
For an example of a script that checks new lines of code and matches them against regular expressions to generate a task list, see scripts\mytasks.pl in the Qt Creator repository.
The filename extension must be .tasks for Qt Creator to recognize a file as a task list file.
Each line in a task list file is treated as a tab-separated list of strings with \t, \n, and \\ used as escape characters. The strings are used to create one task per line. The lines can have one of the following formats:
The task type can have one of the following values:
The values are not case sensitive.
Lines starting with the hash mark character (#) in the first column are ignored.
[Previous: Using Version Control Systems] [Next: Using Command Line Options]