Hi again!

I have to different directories with qbs files to build and run unit tests.
In both files the Project has an AutotestRunner { }. I can correctly build
and run these single qbs file.

Now I have a top level product that shall build an run all tests:

Project {
  name: "all tests"
  minimumQbsVersion: "1.4.0"


  SubProject {
    filePath: "src/tests/test.qbs"
  }

  SubProject {
    filePath: "src/linux/tests/test.qbs"
  }
}

qbs (correctly) complains with "Duplicate product name 'autotest-runner'".

I there a correct way to do for this scenario?

Regards,

Stephan
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to