forked from qt-creator/qt-creator
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:
committed by
Christian Kandeler
parent
bc74d936b2
commit
3eba7e44e5
@@ -119,7 +119,7 @@ QtcPlugin {
|
||||
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
|
||||
}
|
||||
|
||||
ProductModule {
|
||||
Export {
|
||||
Depends { name: "CPlusPlus" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user