| 55 | } |
| 56 | |
| 57 | QString BuildProjectTool::description() const |
| 58 | { |
| 59 | return "Build the active Qt Creator project using its current build configuration and block " |
| 60 | "until the build finishes. Returns success/failure along with the full compiler output " |
| 61 | "(stdout + stderr). Use `get_issues_list` afterwards to get structured diagnostics. " |
| 62 | "This call is blocking and may take a long time for large projects."; |
| 63 | } |
| 64 | |
| 65 | QJsonObject BuildProjectTool::parametersSchema() const |
| 66 | { |