QtcPlugin.qbs: use the right name binding in Group

We're going to add the property Group.name in qbs.
Consequently, Groups must use product.name when accessing the name of
the product.

Change-Id: Id2527300a8a7c26bb742d4111f9d47ded6c492b1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann
2012-10-17 10:14:51 +02:00
parent 09c7f93e8d
commit 0866cc6f26

View File

@@ -29,7 +29,7 @@ Product {
}
Group {
files: [ name + ".pluginspec.in" ]
files: [ product.name + ".pluginspec.in" ]
fileTags: ["pluginSpecIn"]
}
}