forked from qt-creator/qt-creator
qbs build: Use exportingProduct in Export items
The use of product in Export items is deprecated and will be removed in one of the next qbs versions. Change-Id: I2644a69012db4a4b4842066784913f4160d3d80a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -8,6 +8,6 @@ QtcLibrary {
|
||||
|
||||
Export {
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: product.exportedIncludeDir
|
||||
cpp.includePaths: exportingProduct.exportedIncludeDir
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user