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

Method extraArguments

plugins/cmake/cmakemanager.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348QString CMakeManager::extraArguments(KDevelop::ProjectBaseItem *item) const
349{
350 return fileInformation(item).compileFlags;
351}
352
353KDevelop::IProjectBuilder * CMakeManager::builder() const
354{

Callers 3

checkForNeedingConfigureFunction · 0.45
createBuildDirMethod · 0.45
defaultConfigureFunction · 0.45

Calls

no outgoing calls

Tested by 1

defaultConfigureFunction · 0.36