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
@@ -211,8 +211,8 @@ QtcLibrary {
|
||||
]
|
||||
}
|
||||
|
||||
ProductModule {
|
||||
// ### [ remove, once qbs supports merging of ProductModule items in derived products
|
||||
Export {
|
||||
// ### [ remove, once qbs supports merging of Export items in derived products
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [ ".." ]
|
||||
// ### ]
|
||||
|
||||
Reference in New Issue
Block a user