| 86 | } |
| 87 | |
| 88 | bool QMakeProjectManager::isValid(const Path& path, const bool isFolder, IProject* project) const |
| 89 | { |
| 90 | if (!isFolder && path.lastPathSegment().startsWith(QLatin1String("Makefile"))) { |
| 91 | return false; |
| 92 | } |
| 93 | return AbstractFileManagerPlugin::isValid(path, isFolder, project); |
| 94 | } |
| 95 | |
| 96 | Path QMakeProjectManager::buildDirectory(ProjectBaseItem* item) const |
| 97 | { |