aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/config-ui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-01-13 12:24:54 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-01-13 14:28:16 +0100
commit51c13679519b6a9db47ad259e07b779cc1c0d78b (patch)
tree4e47893035a8072eb1789879f5eebb9b08b48513 /src/app/config-ui
parentae3d764aaf894e0c5177ffa4427494486bc5ac68 (diff)
fix qbs build
cpp.infoPlistFile is now bundle.infoPlistFile. Change-Id: Ic2860482447a8178aa6f6d0d15199a4e0bf5adf1 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/app/config-ui')
-rw-r--r--src/app/config-ui/config-ui.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/config-ui/config-ui.qbs b/src/app/config-ui/config-ui.qbs
index 946205634..96797e454 100644
--- a/src/app/config-ui/config-ui.qbs
+++ b/src/app/config-ui/config-ui.qbs
@@ -13,5 +13,6 @@ QbsApp {
"mainwindow.ui",
]
- cpp.infoPlistFile: "Info.plist"
+ Depends { name: "bundle" }
+ bundle.infoPlistFile: "Info.plist"
}