From f6eba42522e045fb2a4b0561932c32f431ae7b84 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 11 May 2021 10:49:31 +0200 Subject: 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 --- src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs') diff --git a/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs b/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs index f932c1c4c35..2261d97d697 100644 --- a/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs +++ b/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs @@ -55,8 +55,8 @@ Project { Export { Depends { name: "cpp" } cpp.includePaths: [ - product.sourceDirectory + "/src/lib/", - product.sourceDirectory + "/autogenerated/src/lib/", + exportingProduct.sourceDirectory + "/src/lib/", + exportingProduct.sourceDirectory + "/autogenerated/src/lib/", ] } } -- cgit v1.2.3