| 407 | } |
| 408 | |
| 409 | void setCurrentEnvironment( KDevelop::IProject* project, const QString& environment ) |
| 410 | { |
| 411 | writeBuildDirParameter( project, Config::Specific::cmakeEnvironmentKey, environment ); |
| 412 | } |
| 413 | |
| 414 | void initBuildDirConfig( KDevelop::IProject* project ) |
| 415 | { |
no test coverage detected