aboutsummaryrefslogtreecommitdiffstats
path: root/examples/install-bundle/install-bundle.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-10-28 19:03:44 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-11-02 16:44:21 +0000
commitce555d558b0b642f0c32fc0ea4cc94ab306735e6 (patch)
tree88b8587402a0bbed7e2b7000982866efac7d14d6 /examples/install-bundle/install-bundle.qbs
parenta36012d727bb0f755b349e64af481d315c06bd56 (diff)
Deprecate bundle.infoPlistFile and start tagging Info.plist files.
This ensures that artifacts will be appropriately rebuilt if the product's Info.plist file changes, which is currently ignored. Change-Id: I3adf7e74bd32f3bb8d3084061dd2793aa02b932c Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'examples/install-bundle/install-bundle.qbs')
-rw-r--r--examples/install-bundle/install-bundle.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/install-bundle/install-bundle.qbs b/examples/install-bundle/install-bundle.qbs
index b13028582..a1b58e3e3 100644
--- a/examples/install-bundle/install-bundle.qbs
+++ b/examples/install-bundle/install-bundle.qbs
@@ -20,7 +20,7 @@ Project {
}
Group {
- fileTagsFilter: ["infoplist"]
+ fileTagsFilter: ["aggregate_infoplist"]
qbs.install: install && bundle.isBundle && !bundle.embedInfoPlist
qbs.installDir: FileInfo.joinPaths(installDir, FileInfo.path(bundle.infoPlistPath))
}
@@ -49,7 +49,7 @@ Project {
}
Group {
- fileTagsFilter: ["infoplist"]
+ fileTagsFilter: ["aggregate_infoplist"]
qbs.install: install && bundle.isBundle && !bundle.embedInfoPlist
qbs.installDir: FileInfo.joinPaths(installDir, FileInfo.path(bundle.infoPlistPath))
}