| 379 | } |
| 380 | |
| 381 | void setCurrentExtraArguments( KDevelop::IProject* project, const QString& string) |
| 382 | { |
| 383 | writeBuildDirParameter( project, Config::Specific::cmakeArgumentsKey, string ); |
| 384 | } |
| 385 | |
| 386 | QString currentEnvironment(KDevelop::IProject* project, int builddir) |
| 387 | { |
no test coverage detected