Home
last modified time | relevance | path

Searched refs:buildProducts (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/api/
H A Dproject_p.h71 … BuildJob *buildProducts(const QVector<ResolvedProductPtr> &products, const BuildOptions &options,
H A Dproject.cpp142 BuildJob *ProjectPrivate::buildProducts(const QVector<ResolvedProductPtr> &products, in buildProducts() function in qbs::Internal::ProjectPrivate
831 return d->buildProducts(d->allEnabledInternalProducts(includingNonDefault), options, in buildAllProducts()
845 return d->buildProducts(d->internalProducts(products), options, true, jobOwner); in buildSomeProducts()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExport_Xcode.h2153 addGroup (productsGroupID, "Products", buildProducts); in addExtraGroupsToProject()
2171buildProducts.add (createID (String ("__productFileID") + String (target->getName()))); in addBuildPhases()
2600 StringArray buildProducts; in addSubprojects() member
2626 if (! subprojectInfo.buildProducts.isEmpty()) in addSubprojects()
2631 … return ! subprojectInfo.buildProducts.contains (item.name); in addSubprojects()
3482 mutable StringArray buildProducts; variable