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:
@@ -126,7 +126,7 @@ Project {
|
||||
|
||||
Export {
|
||||
cpp.includePaths: [
|
||||
product.sourceDirectory + "/../3rdparty"
|
||||
exportingProduct.sourceDirectory + "/../3rdparty"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user