| 250 | } |
| 251 | |
| 252 | KJob* 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 | |
| 259 | KJob* MesonBuilder::prune(KDevelop::IProject* project) |
| 260 | { |