| 384 | } |
| 385 | |
| 386 | QString currentEnvironment(KDevelop::IProject* project, int builddir) |
| 387 | { |
| 388 | return readBuildDirParameter( project, Config::Specific::cmakeEnvironmentKey, QString(), builddir ); |
| 389 | } |
| 390 | |
| 391 | int currentBuildDirIndex( KDevelop::IProject* project ) |
| 392 | { |
no test coverage detected