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

Function buildDirRuntime

plugins/cmake/cmakeutils.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92QString buildDirRuntime( KDevelop::IProject* project, int builddir)
93{
94 return readBuildDirParameter(project, Config::Specific::buildDirRuntime, QString(), builddir);
95}
96
97} // namespace
98

Callers 1

checkForNeedingConfigureFunction · 0.85

Calls 2

readBuildDirParameterFunction · 0.85
QStringClass · 0.70

Tested by

no test coverage detected