Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1542

Using grpc via protobuf.cpp adds wrong grpc plugin path

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 1.16.0
    • General
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              arch Ivan Komissarov
              Psy-Kai Kai Dohmen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes