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

Using grpc via protobuf.cpp adds wrong grpc plugin path

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.16.0
    • General
    • None
    • b9fb7a7a27e41783618287bc728434427b0d0ddb (qbs/qbs/1.16)

      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".

        For Gerrit Dashboard: QBS-1542
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes