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

Method installPrefix

plugins/cmake/cmakebuilddirchooser.cpp:328–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326Path CMakeBuildDirChooser::cmakeExecutable() const { return Path(m_chooserUi->cmakeExecutable->url()); }
327
328Path CMakeBuildDirChooser::installPrefix() const { return Path(m_chooserUi->installPrefix->url()); }
329
330Path CMakeBuildDirChooser::buildFolder() const { return Path(m_chooserUi->buildFolder->url()); }
331

Callers 3

checkForNeedingConfigureFunction · 0.45
createBuildDirMethod · 0.45
defaultConfigureFunction · 0.45

Calls 2

PathClass · 0.70
urlMethod · 0.45

Tested by 1

defaultConfigureFunction · 0.36