aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/bundle/bundle.js')
-rw-r--r--share/qbs/modules/bundle/bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/bundle/bundle.js b/share/qbs/modules/bundle/bundle.js
index 6d9305702..6bb43ecdc 100644
--- a/share/qbs/modules/bundle/bundle.js
+++ b/share/qbs/modules/bundle/bundle.js
@@ -89,7 +89,7 @@ function productTypeIdentifier(productType) {
}
function excludedAuxiliaryInputs(project, product) {
- var chain = product.moduleProperty("bundle", "_productTypeIdentifierChain");
+ var chain = product.bundle._productTypeIdentifierChain;
var bestPossibleType;
for (var i = chain.length - 1; i >= 0; --i) {
switch (chain[i]) {