Hi everyone,

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"]
}

but then tests fail when I mix cpp tests with qt quick tests. Do you know
of any workaround to make this work?

I'm using QBS 1.11.1 and I'm running the tests from the command line.

Thanks

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

Reply via email to