aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/protobuf/cpp
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2020-04-15 22:37:21 +0200
committerRichard Weickelt <richard@weickelt.de>2020-04-15 22:37:51 +0200
commit99d009c0ae5558d86159206e7a27d4ed7e8ade28 (patch)
tree31a6917ba50c52c5987f4cec29be24dce2152565 /share/qbs/modules/protobuf/cpp
parent7d9c004b9692ee681f4778a1062e40ee1211f7e5 (diff)
parent846fc574f38395af24a9e60726372cb56075cff4 (diff)
Merge branch '1.16' into master
Diffstat (limited to 'share/qbs/modules/protobuf/cpp')
-rw-r--r--share/qbs/modules/protobuf/cpp/protobufcpp.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/protobuf/cpp/protobufcpp.qbs b/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
index 0c511f2aa..4d5228813 100644
--- a/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
+++ b/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
@@ -42,7 +42,7 @@ ProtobufBase {
cpp.includePaths: {
var result = [outputDir, includePath];
if (useGrpc)
- result.push("grpcIncludePath");
+ result.push(grpcIncludePath);
return result;
}