| 347 | } |
| 348 | |
| 349 | QString currentExtraArguments( KDevelop::IProject* project, int builddir ) |
| 350 | { |
| 351 | return readBuildDirParameter( project, Config::Specific::cmakeArgumentsKey, QString(), builddir ); |
| 352 | } |
| 353 | |
| 354 | void setCurrentInstallDir( KDevelop::IProject* project, const KDevelop::Path& path ) |
| 355 | { |
no test coverage detected