On 14/01/20 22:56, Jochen Ulrich wrote:
> So instead of
> $ qbs run -p check
>
> you should do
> $ qbs build -p check
Oh, indeed, I should have known better! :-)
Thanks a lot!
Ciao,
Alberto
___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-pr
Hi!
The error is not related to installing.
It's a bit unfortunate that there is no "Installation done" message. That's why
it looks like the error is happening during installation.
The error says "ERROR: Cannot run:" because you are trying to `qbs run` but the
"check" product is not an applica
Hi there!
I'm using the AutotestRunner to run the unit tests in my project [1].
The tests run successfully, but then QBS tries to install them (why?)
and fails:
===
$ qbs project.enableCoverage:true project.buildTests:true
[...]
$ qbs run -p check
Restoring build graph f