aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/groups-in-modules
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2015-08-15 18:25:50 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-08-17 10:17:38 +0000
commit9de44d67891271d5b0f237fd83d726ee6f9819d1 (patch)
tree93b834b4af8864a847b76ef7bc056cc99d72856d /tests/auto/blackbox/testdata/groups-in-modules
parent0abd1f7b723335df7a24da3e5194f8050dc635b8 (diff)
Replace left-over occurrences of "additionalProductFileTags".
These were apparently forgotten in f1db83fdfe. Change-Id: Ia4a82f49bdfadb879b8ebca7400c7be9774b5523 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/groups-in-modules')
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs
index 54179fb0f..3f3e5805e 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs
@@ -4,7 +4,7 @@ import qbs.FileInfo
Module {
Depends { name: "cpp" }
- additionalProductFileTags: ["diamond"]
+ additionalProductTypes: ["diamond"]
Group {
name: "Helper Sources"