Re: [Qbs] Qt Quick Tests and custom import paths

2018-05-31 Thread Federico Frenguelli
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 wrote: > On Tue, 15 May 2018 15:19:49 +0200 > Federico Frenguelli wrote: > > > I'm writing a test for a qt quick component and I need

Re: [Qbs] Qt Quick Tests and custom import paths

2018-05-31 Thread Christian Kandeler
On Tue, 15 May 2018 15:19:49 +0200 Federico Frenguelli 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"] > }