Home
last modified time | relevance | path

Searched refs:installAllProducts (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/api/
H A Dproject.h120 InstallJob *installAllProducts(const InstallOptions &options,
H A Dproject.cpp896 InstallJob *Project::installAllProducts(const InstallOptions &options, in installAllProducts() function in qbs::Project
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/
H A Dcommandlinefrontend.cpp693 installJob = project.installAllProducts(m_parser.installOptions(project.profile()), in install()
H A Dsession.cpp378 ? m_project.installAllProducts(options, productSelection.selection, this) in installProject()
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/api/
H A Dtst_api.cpp1870 std::unique_ptr<qbs::InstallJob> installJob(project.installAllProducts(qbs::InstallOptions())); in multiArch()