From e3ef6758205349a5be04e2d7b13507c617ec32fe Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 21 Jun 2018 17:38:06 +0200 Subject: 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 --- share/qbs/modules/bundle/BundleModule.qbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share/qbs/modules/bundle/BundleModule.qbs') 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: { -- cgit v1.2.3