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

Reply via email to