aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/BundleModule.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-09-20 03:42:54 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-09-25 15:18:03 +0000
commitba4b9e968fc180db5198fc81de9a644b27890f95 (patch)
tree2df03cbaa362a698cb61e8b169c82c3267276bc6 /share/qbs/modules/bundle/BundleModule.qbs
parent010637125b556223fbb70f5c8ab49cea07220fe7 (diff)
Fix bundle creation to depend on the application executable.
This is important for code signing. In future, other artifacts should add a file tag indicating they should become part of a bundle, rather than the bundle module trying to specify everything it could depend on. Change-Id: Iacc65c1ff5ed06e135ec8eed9de11a8bbfc829ec Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'share/qbs/modules/bundle/BundleModule.qbs')
-rw-r--r--share/qbs/modules/bundle/BundleModule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs
index 414a55222..d60d6903d 100644
--- a/share/qbs/modules/bundle/BundleModule.qbs
+++ b/share/qbs/modules/bundle/BundleModule.qbs
@@ -401,6 +401,7 @@ Module {
multiplex: true
inputs: ["infoplist", "pkginfo", "hpp",
"icns", "resourcerules", "xcent",
+ "application",
"compiled_ibdoc", "compiled_assetcatalog",
"xcode.provisioningprofile"]