aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/config-ui
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-02-18 08:57:47 -0800
committerJake Petroules <jake.petroules@petroules.com>2015-02-19 15:23:33 +0000
commitc793700c04e423a86385ef826a411c0d7218a0e4 (patch)
tree4d43987a9b5ab1e49e8fa220f963a7b7e6307d56 /src/app/config-ui
parent6ca299379fc1afd95c93b0199bc2899a1d90391c (diff)
Qbs build: don't bundle qbs-config-ui.
This is already handled correctly by the qmake build. Change-Id: Ia45079d935ddb1b7fbac7656be5c22e9108f3d48 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/app/config-ui')
-rw-r--r--src/app/config-ui/config-ui.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/config-ui/config-ui.qbs b/src/app/config-ui/config-ui.qbs
index 96797e454..f7a6f0976 100644
--- a/src/app/config-ui/config-ui.qbs
+++ b/src/app/config-ui/config-ui.qbs
@@ -14,5 +14,6 @@ QbsApp {
]
Depends { name: "bundle" }
+ bundle.isBundle: false
bundle.infoPlistFile: "Info.plist"
}