| 242 | } |
| 243 | |
| 244 | KDevelop::Path currentBuildDir( KDevelop::IProject* project, int builddir ) |
| 245 | { |
| 246 | return KDevelop::Path(readBuildDirParameter( project, Config::Specific::buildDirPathKey, QString(), builddir )); |
| 247 | } |
| 248 | |
| 249 | KDevelop::Path commandsFile(KDevelop::IProject* project) |
| 250 | { |