aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/ib/ib.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/ib/ib.js')
-rw-r--r--share/qbs/modules/ib/ib.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qbs/modules/ib/ib.js b/share/qbs/modules/ib/ib.js
index 86f13ff8c..7e6764c70 100644
--- a/share/qbs/modules/ib/ib.js
+++ b/share/qbs/modules/ib/ib.js
@@ -25,11 +25,11 @@ function prepareIbtoold(product, input, outputs) {
if (input.fileTags.contains("assetcatalog")) {
args.push("--platform", DarwinTools.applePlatformName(product.moduleProperty("qbs", "targetOS")));
- var appIconName = ModUtils.moduleProperty(input, "appIcon");
+ var appIconName = ModUtils.moduleProperty(input, "appIconName");
if (appIconName)
args.push("--app-icon", appIconName);
- var launchImageName = ModUtils.moduleProperty(input, "launchImage");
+ var launchImageName = ModUtils.moduleProperty(input, "launchImageName");
if (launchImageName)
args.push("--launch-image", launchImageName);