| 267 | } |
| 268 | |
| 269 | QString currentBuildType( KDevelop::IProject* project, int builddir ) |
| 270 | { |
| 271 | return readBuildDirParameter( project, Config::Specific::cmakeBuildTypeKey, QStringLiteral("Release"), builddir ); |
| 272 | } |
| 273 | |
| 274 | QString findExecutable() |
| 275 | { |
no test coverage detected