rename ProductModule into Export

This fixes a bunch of warning when building with the updated qbs
version.

Change-Id: I644b4a4d0225b2e23ff1d9e1bf6d9d0136d6bbb5
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann
2013-05-24 15:58:33 +02:00
committed by Christian Kandeler
parent bc74d936b2
commit 3eba7e44e5
17 changed files with 18 additions and 18 deletions

View File

@@ -119,7 +119,7 @@ QtcPlugin {
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
}
ProductModule {
Export {
Depends { name: "CPlusPlus" }
}
}