This is amazing! And it is exactly what I am doing now using a custom
module and a custom test runner!

Thanks

On Thu, 31 May 2018 at 11:23, Christian Kandeler <[email protected]>
wrote:

> On Tue, 15 May 2018 15:19:49 +0200
> Federico Frenguelli <[email protected]> wrote:
>
> > I'm writing a test for a qt quick component and I need to add "qrc:/qml"
> to
> > the qml import paths.
> > One way would be to add custom arguments to the AutotestRunner:
> >
> > AutotestRunner {
> >     arguments: ["-import", "qrc:/qml"]
> > }
>
> In qbs 1.13, you will be able to write this in your autotest product:
>     autotest.arguments: ["-import", "qrc:/qml"]
> See https://codereview.qt-project.org/#/c/230726/
>
>
> Christian
> _______________________________________________
> Qbs mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/qbs
>


-- 
Federico Frenguelli
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to