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

Function currentBuildType

plugins/cmake/cmakeutils.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269QString currentBuildType( KDevelop::IProject* project, int builddir )
270{
271 return readBuildDirParameter( project, Config::Specific::cmakeBuildTypeKey, QStringLiteral("Release"), builddir );
272}
273
274QString findExecutable()
275{

Callers 5

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

Calls 1

readBuildDirParameterFunction · 0.85

Tested by

no test coverage detected