| 65 | } |
| 66 | |
| 67 | static KDevelop::ProjectBaseItem* itemForPath(const QStringList& path, KDevelop::ProjectModel* model) |
| 68 | { |
| 69 | return model->itemFromIndex(model->pathToIndex(path)); |
| 70 | } |
| 71 | |
| 72 | //TODO: Make sure to auto-add the executable target to the dependencies when its used. |
| 73 |
no test coverage detected