| 352 | } |
| 353 | |
| 354 | void setCurrentInstallDir( KDevelop::IProject* project, const KDevelop::Path& path ) |
| 355 | { |
| 356 | writeBuildDirParameter( project, Config::Specific::cmakeInstallDirKey, path.toLocalFile() ); |
| 357 | } |
| 358 | |
| 359 | void setCurrentBuildType( KDevelop::IProject* project, const QString& type ) |
| 360 | { |
no test coverage detected