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

Function setCurrentBuildDir

plugins/cmake/cmakeutils.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void setCurrentBuildDir( KDevelop::IProject* project, const KDevelop::Path& path )
372{
373 writeBuildDirParameter( project, Config::Specific::buildDirPathKey, path.toLocalFile() );
374}
375
376void setProjectRootRelative( KDevelop::IProject* project, const QString& relative)
377{

Callers 2

checkForNeedingConfigureFunction · 0.85
createBuildDirMethod · 0.85

Calls 2

writeBuildDirParameterFunction · 0.85
toLocalFileMethod · 0.80

Tested by

no test coverage detected