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

Function setCurrentBuildType

plugins/cmake/cmakeutils.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void setCurrentBuildType( KDevelop::IProject* project, const QString& type )
360{
361 writeBuildDirParameter( project, Config::Specific::cmakeBuildTypeKey, type );
362}
363
364void setCurrentCMakeExecutable(KDevelop::IProject* project, const KDevelop::Path& path)
365{

Callers 3

checkForNeedingConfigureFunction · 0.85
applyMethod · 0.85
createBuildDirMethod · 0.85

Calls 1

writeBuildDirParameterFunction · 0.85

Tested by

no test coverage detected