Re: [QBS] Setting up the run environment in QtCreator

2014-06-03 Thread Joerg Bornemann
On 03-Jun-14 08:54, Thomas Epting wrote: class QBS_EXPORT RunEnvironment { ... const QProcessEnvironment runEnvironment() const; const QProcessEnvironment buildEnvironment() const; The implementations call setupXxxEnvironment of the resolvedProduct and return the created

Re: [QBS] Bug with QiTools submodule on osX

2014-06-03 Thread Joerg Bornemann
On 03-Jun-14 11:25, olivier musse wrote: I would just like to rise up something which look like a bug on osX. While Qt submodule uitools is working on windows, it seems not to include lib and path on mac. That's a bug. The Qt.uitools module is linked as framework on OS X, which is wrong.

[QBS] qbs.targetOS property

2014-06-03 Thread William Gallafent
Hi all, Coming back to QBS after a break, I found that some of my checks for “qbs.targetOS” were no longer working … because “mac” which I was previously using has become “osx” in the current version (1.2.1). When I consulted the documentation at

Re: [QBS] qbs.targetOS property

2014-06-03 Thread Jake Petroules
On 2014-06-03, at 05:07 PM, William Gallafent will...@gallaf.net wrote: Hi all, Coming back to QBS after a break, I found that some of my checks for “qbs.targetOS” were no longer working … because “mac” which I was previously using has become “osx” in the current version (1.2.1). When I