| 369 | } |
| 370 | |
| 371 | void setCurrentBuildDir( KDevelop::IProject* project, const KDevelop::Path& path ) |
| 372 | { |
| 373 | writeBuildDirParameter( project, Config::Specific::buildDirPathKey, path.toLocalFile() ); |
| 374 | } |
| 375 | |
| 376 | void setProjectRootRelative( KDevelop::IProject* project, const QString& relative) |
| 377 | { |
no test coverage detected