aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/BundleModule.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-06-21 17:38:06 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-06-22 08:34:01 +0000
commite3ef6758205349a5be04e2d7b13507c617ec32fe (patch)
treeea0a3fae20437497cd58e1b56b3f0f9bffb736ab /share/qbs/modules/bundle/BundleModule.qbs
parente86aea00dbf4c0c2deb127aa93276607e7a51909 (diff)
Remove "qbs" from some rule input tags
This hack hails from the days where rules required inputs and is no longer needed. Change-Id: I683f94c1e317784e3e9dc3bd7589459a0ba91f9f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'share/qbs/modules/bundle/BundleModule.qbs')
-rw-r--r--share/qbs/modules/bundle/BundleModule.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs
index e74fd7271..85a1a7388 100644
--- a/share/qbs/modules/bundle/BundleModule.qbs
+++ b/share/qbs/modules/bundle/BundleModule.qbs
@@ -263,7 +263,8 @@ Module {
Rule {
condition: qbs.targetOS.contains("darwin")
multiplex: true
- inputs: ["qbs", "infoplist", "partial_infoplist"]
+ requiresInputs: false // TODO: The resources property should probably be a tag instead.
+ inputs: ["infoplist", "partial_infoplist"]
outputFileTags: ["bundle.input", "aggregate_infoplist"]
outputArtifacts: {