| 332 | } |
| 333 | |
| 334 | KDevelop::Path currentInstallDir( KDevelop::IProject* project, int builddir ) |
| 335 | { |
| 336 | return KDevelop::Path(readBuildDirParameter( project, Config::Specific::cmakeInstallDirKey, QString(), builddir )); |
| 337 | } |
| 338 | |
| 339 | QString projectRootRelative( KDevelop::IProject* project ) |
| 340 | { |
no test coverage detected