Home
last modified time | relevance | path

Searched refs:m_productInstaller (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dexecutor.cpp91 , m_productInstaller(nullptr) in Executor()
108 delete m_productInstaller; in ~Executor()
276 m_productInstaller = new ProductInstaller(m_project, m_productsToBuild, installOptions, in doBuild()
279 m_productInstaller->removeInstallRoot(); in doBuild()
1047 m_productInstaller->copyFile(artifact); in possiblyInstallArtifact()
H A Dexecutor.h164 ProductInstaller *m_productInstaller; variable