Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 1.16.0
-
Fix Version/s: None
-
Component/s: General
-
Labels:None
-
Commits: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
-