MCPcopy Create free account
hub / github.com/KDE/kdevelop / currentInstallDir

Function currentInstallDir

plugins/cmake/cmakeutils.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

commandLineMethod · 0.85
resolveSystemDirsFunction · 0.85
initAdvancedMethod · 0.85
applyMethod · 0.85
removeBuildDirMethod · 0.85

Calls 3

readBuildDirParameterFunction · 0.85
PathClass · 0.70
QStringClass · 0.70

Tested by

no test coverage detected