| 446 | } |
| 447 | |
| 448 | bool BuildManager::isActivatedProject(const ProjectInfo &info) |
| 449 | { |
| 450 | if (info.kitName() == d->activedKitName && info.workspaceFolder() == d->activedWorkingDir) |
| 451 | return true; |
| 452 | return false; |
| 453 | } |
| 454 | |
| 455 | bool BuildManager::handleCommand(const QList<BuildCommandInfo> &commandInfo, bool isSynchronous) |
| 456 | { |