Re: [QBS] qbs.getenv() in qbsSearchPaths not working

2013-11-19 Thread Epting, Thomas
>> I'm currently testing QtCreator 3.0 beta (on Windows) and noticed that >> using qbs.getenv() in qbsSearchPaths is not working. For example: >> >> qbsSearchPaths: qbs.getenv("MYROOT") + "/mypath/qbs" >> >> In this case I get an error message: "ReferenceError: Can't find >> variable: qbs".

[QBS] Is there any way to specify the install-root in the qbs file

2013-11-19 Thread Yonggang Luo
cause the current qt-creator didn't support for any user defined parameter, so I want to specify the install-root directly in the qbs file. Also, I thinks it's beneficial if we can setting the default install-root in qbs project file, and then the user can override it by using command-line -install

Re: [QBS] qbs.getenv() in qbsSearchPaths not working

2013-11-19 Thread Christian Kandeler
On 11/18/2013 04:41 PM, Epting, Thomas wrote: > I'm currently testing QtCreator 3.0 beta (on Windows) and noticed that > using qbs.getenv() in qbsSearchPaths is not working. For example: > > qbsSearchPaths: qbs.getenv("MYROOT") + "/mypath/qbs" > > In this case I get an error message: "Referenc