aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/auto/blackbox/testdata/innosetupDependencies/innosetupDependencies.qbs2
-rw-r--r--tests/auto/blackbox/testdata/nsisDependencies/nsisDependencies.qbs2
-rw-r--r--tests/auto/blackbox/testdata/wixDependencies/wixDependencies.qbs2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/blackbox/testdata/innosetupDependencies/innosetupDependencies.qbs b/tests/auto/blackbox/testdata/innosetupDependencies/innosetupDependencies.qbs
index 17536ff8b..83aa5cf71 100644
--- a/tests/auto/blackbox/testdata/innosetupDependencies/innosetupDependencies.qbs
+++ b/tests/auto/blackbox/testdata/innosetupDependencies/innosetupDependencies.qbs
@@ -42,7 +42,7 @@ Project {
// This rule tries to provoke the installer into building too early (and the test
// verifies that it does not) by causing the build of the installables to take
// a lot longer.
- inputs: ["qbs"]
+ multiplex: true
outputFileTags: ["c"]
outputArtifacts: {
var artifacts = [];
diff --git a/tests/auto/blackbox/testdata/nsisDependencies/nsisDependencies.qbs b/tests/auto/blackbox/testdata/nsisDependencies/nsisDependencies.qbs
index 7f19bf8d7..1d1e5c067 100644
--- a/tests/auto/blackbox/testdata/nsisDependencies/nsisDependencies.qbs
+++ b/tests/auto/blackbox/testdata/nsisDependencies/nsisDependencies.qbs
@@ -37,7 +37,7 @@ Project {
// This rule tries to provoke the installer into building too early (and the test
// verifies that it does not) by causing the build of the installables to take
// a lot longer.
- inputs: ["qbs"]
+ multiplex: true
outputFileTags: ["c"]
outputArtifacts: {
var artifacts = [];
diff --git a/tests/auto/blackbox/testdata/wixDependencies/wixDependencies.qbs b/tests/auto/blackbox/testdata/wixDependencies/wixDependencies.qbs
index 2d9763ef1..92724e25c 100644
--- a/tests/auto/blackbox/testdata/wixDependencies/wixDependencies.qbs
+++ b/tests/auto/blackbox/testdata/wixDependencies/wixDependencies.qbs
@@ -35,7 +35,7 @@ Project {
// This rule tries to provoke the installer into building too early (and the test
// verifies that it does not) by causing the build of the installables to take
// a lot longer.
- inputs: ["qbs"]
+ multiplex: true
outputFileTags: ["c"]
outputArtifacts: {
var artifacts = [];