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

Function currentBuildDir

plugins/cmake/cmakeutils.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244KDevelop::Path currentBuildDir( KDevelop::IProject* project, int builddir )
245{
246 return KDevelop::Path(readBuildDirParameter( project, Config::Specific::buildDirPathKey, QString(), builddir ));
247}
248
249KDevelop::Path commandsFile(KDevelop::IProject* project)
250{

Callers 15

createImportJobMethod · 0.85
buildDirectoryMethod · 0.85
configureMethod · 0.85
configureIfRequiredMethod · 0.85
pruneMethod · 0.85
resetMethod · 0.85
executeMethod · 0.85
MesonIntrospectJobMethod · 0.85
startMethod · 0.85
checkConfigureJobMethod · 0.85
configureMethod · 0.85
builderForProjectMethod · 0.85

Calls 3

readBuildDirParameterFunction · 0.85
PathClass · 0.70
QStringClass · 0.70

Tested by 1

MesonIntrospectJobMethod · 0.68