Re: [QBS] Qt Quick Compiler with QBS

2015-02-26 Thread Jicquel Dorian
Hi Joerg, This works like a charm. Thanks a lot for this great work, we add it as a module to our projects so that we only need to set a depends on this module. We needed to modify your qbs for it to works. At line 161 we wrote FileInfo.path(info.qrcFilePath)+/+qmlJsFile.input, If i can

Re: [QBS] Qt Quick Compiler with QBS

2015-02-19 Thread olivier musse
Hi Joerg, Thanks a lot for this work. We will test it as soon as possible dans give you a feedback on it. BR Olivier ** Le 19/02/2015 12:52, Joerg Bornemann a écrit : On 13-Feb-15 15:01, olivier musse wrote: Thanks, it seems you know Qt Quick Compiler better than I ;o) So when do you

Re: [QBS] Qt Quick Compiler with QBS

2015-02-13 Thread Joerg Bornemann
On 12-Feb-15 16:20, Jicquel Dorian wrote: I would like to know if it is possible to use the qt quick compiler with qbs , i searched in the documentation that mentionned it could be used qith qmake/cmake but no mention of qbs. Apparently nobody tried yet. I've created https://bugreports.qt.io

Re: [QBS] Qt Quick Compiler with QBS

2015-02-13 Thread olivier musse
Hi Joerg, Thanks, it seems you know Qt Quick Compiler better than I ;o) So when do you think the magic part can be added to QBS ? Regards *Olivier MUSSE* */Mana-Sys SARL/* fixe : +33(0)2.90.89.43.10 mob : +33(0)6.84.14.20.33 Le 13/02/2015 14:21, Joerg Bornemann a écrit : On 13-Feb-15

Re: [QBS] Qt Quick Compiler with QBS

2015-02-13 Thread Joerg Bornemann
On 13-Feb-15 13:15, olivier musse wrote: Many thanks for adding this feature request. Since QtQuickCompiler is a compiler which seems to work by transforming qml files into cpp files, perhaps it can be handled without any development in QBS but just by using Rules. qiquickcompiler.exe is a