Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ buildSystemManager
Method
buildSystemManager
kdevplatform/shell/project.cpp:616–621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
IBuildSystemManager* Project::buildSystemManager() const
617
{
618
Q_D(const Project);
619
620
return d->manager->extension<IBuildSystemManager>();
621
}
622
623
IPlugin* Project::managerPlugin() const
624
{
Callers
15
findPluginsForProject
Method · 0.80
mapSourceBuild
Method · 0.80
addJob
Method · 0.80
removeTargetFilesFromContextMenu
Method · 0.80
createFileFromContextMenu
Method · 0.80
dropEvent
Method · 0.80
updateActions
Method · 0.80
runTool
Method · 0.80
fillContextMenuExtension
Method · 0.80
loadSimpleProject
Method · 0.80
buildDirProject
Method · 0.80
loadMultiPathProject
Method · 0.80
Calls
no outgoing calls
Tested by
15
loadSimpleProject
Method · 0.64
buildDirProject
Method · 0.64
loadMultiPathProject
Method · 0.64
MesonIntrospectJob
Method · 0.64
testBuildDirectory
Method · 0.64
runClangTidy
Method · 0.64
runClangTidy
Method · 0.64
loadProject
Function · 0.64
cleanup
Method · 0.64
testConfigure
Method · 0.64
testIncludePaths
Method · 0.64
testRelativePaths
Method · 0.64