Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
1.16.0
-
None
-
b9fb7a7a27e41783618287bc728434427b0d0ddb (qbs/qbs/1.16)
Description
Hello,
in the protobuf.cpp module the cpp.includePaths should be appended with the content of the grpcIncludePath variable if grpc will be used. But currently
cpp.includePaths: { var result = [outputDir, includePath]; if (useGrpc) result.push("grpcIncludePath"); return result; }
it does not use the variable but appends the string "grpcIncludePath".
Attachments
Issue Links
- relates to
-
QBS-1663 Fix protobuf issues
-
- Reported
-
For Gerrit Dashboard: QBS-1542 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
295456,3 | Fix grpcIncludePath in protobufcpp.qbs | 1.16 | qbs/qbs | Status: MERGED | +2 | +1 |