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

Function setCurrentInstallDir

plugins/cmake/cmakeutils.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void setCurrentInstallDir( KDevelop::IProject* project, const KDevelop::Path& path )
355{
356 writeBuildDirParameter( project, Config::Specific::cmakeInstallDirKey, path.toLocalFile() );
357}
358
359void setCurrentBuildType( KDevelop::IProject* project, const QString& type )
360{

Callers 3

checkForNeedingConfigureFunction · 0.85
applyMethod · 0.85
createBuildDirMethod · 0.85

Calls 2

writeBuildDirParameterFunction · 0.85
toLocalFileMethod · 0.80

Tested by

no test coverage detected