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

Method install

plugins/meson/mesonbuilder.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252KJob* MesonBuilder::install(KDevelop::ProjectBaseItem* item, const QUrl& installPath)
253{
254 Q_ASSERT(item);
255 Q_ASSERT(m_ninjaBuilder);
256 return configureIfRequired(item->project(), m_ninjaBuilder->install(item, installPath));
257}
258
259KJob* MesonBuilder::prune(KDevelop::IProject* project)
260{

Callers 1

addJobMethod · 0.45

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected