aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs')
-rw-r--r--tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs b/tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs
index 6edea9dc6..33539a5a1 100644
--- a/tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs
+++ b/tests/auto/blackbox/testdata/QTBUG-51237/qtbug-51237.qbs
@@ -5,10 +5,7 @@ Product {
Depends { name: "mymodule" }
Rule {
multiplex: true
- Artifact {
- filePath: "dummy.custom"
- fileTags: ["custom"]
- }
+ outputFileTags: ["custom"]
prepare: {
var theProperty = product.mymodule.theProperty;
if (!theProperty)