Home
last modified time | relevance | path

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

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dmoduleloader.cpp1119 const bool productIsMultiplexed = !product.multiplexConfigurationId.isEmpty(); in adjustDependenciesForMultiplexing() local
1121 QBS_CHECK(!productIsMultiplexed); // This product must be an aggregator. in adjustDependenciesForMultiplexing()
1169 if (!productIsMultiplexed && hasNonMultiplexedDependency && !profilesPropertyIsSet) in adjustDependenciesForMultiplexing()
1187 if (productIsMultiplexed && !profilesPropertyIsSet) { // 2a in adjustDependenciesForMultiplexing()
1221 if (productIsMultiplexed && !profilesPropertyIsSet && multiplexIds.size() > 1) { in adjustDependenciesForMultiplexing()
3808 const bool productIsMultiplexed = !productContext->multiplexConfigurationId.isEmpty(); in addProductModuleDependencies() local
3816 if (productIsMultiplexed && dep.profile.isEmpty()) in addProductModuleDependencies()
3834 if (productIsMultiplexed && dep.profile.isEmpty()) { in addProductModuleDependencies()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/api/
H A Dproject.cpp639 static bool productIsMultiplexed(const ResolvedProductConstPtr &product) in productIsMultiplexed() function
662 product.d->isMultiplexed = productIsMultiplexed(resolvedProduct); in retrieveProjectData()