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

2018-05-16 Thread Federico Frenguelli
> If functions were properly supported as properties, there'd be a simple > generic solution: > > AutotestRunner { > additionalArgsFunc: function(testArtifact) { > var myArgs = []; > var additionalImportPaths = > testArtifact.quickpaths.additionalImportPaths; > for

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

2018-05-16 Thread Federico Frenguelli
I finally found a solution which I want to report here, so that we can start a discussion and maybe improve the state of Qt Quick tests in QBS. This is a toy project that shows what I did: https://github.com/synasius/prefect-qtquick-tests If you checkout the first commit and run "qbs build -p

[Qbs] Multiple install paths

2018-05-16 Thread Иван Комиссаров
Hello, is it posssible to install same product to different folders using one group? For example, i have 2 Application Bundles on mac and a plugin that should be installed into both bundles. What is the correct way of doing this? ___ Qbs mailing list