Re: [QBS] BinaryProbe is broken?

2014-04-07 Thread Jake Petroules
Known issue: https://bugreports.qt-project.org/browse/QBS-246 -- Jake Petroules Chief Technology Officer Petroules Corporation · www.petroules.com Email: jake.petrou...@petroules.com On 2014-04-07, at 10:13 AM, Aleksey Sidorov wrote: > Following code snippet successfully found bison binary, but

[QBS] BinaryProbe is broken?

2014-04-07 Thread Aleksey Sidorov
Following code snippet successfully found bison binary, but path or filePath variable is undefined import qbs import qbs.probes as Probes Product { property string bisonPath: "bison" Probes.PathProbe { id: bisonProbe names: ["bison"] platformPaths: [ "/usr/local/

Re: [QBS] Do not called custom Rule from custom Module

2014-04-07 Thread Christian Kandeler
On 04/07/2014 02:02 PM, Denis Shienkov wrote: > I apply your changes, but still this Rule do not running, using the > QtCreator v3.0.1 with the "native" integrated QBS/QBSPlugin. > > But! This Rule works fine using the QtCreator v3.1-beta (with the > "native" integrated QBS/QBSPlugin). In qbs 1.1

Re: [QBS] Do not called custom Rule from custom Module

2014-04-07 Thread Denis Shienkov
Christian, many thanks for your help. I apply your changes, but still this Rule do not running, using the QtCreator v3.0.1 with the "native" integrated QBS/QBSPlugin. But! This Rule works fine using the QtCreator v3.1-beta (with the "native" integrated QBS/QBSPlugin). So, now I will use the Bet

Re: [QBS] Do not called custom Rule from custom Module

2014-04-07 Thread Christian Kandeler
On 04/07/2014 11:34 AM, Denis Shienkov wrote: yes, of course, please see a simple project from attachment Looks good to me and works here (meaning that the rule is executed). I have attached a diff with small corrections, but the errors fixed by them have nothing to do with the problem you de

[QBS] Properties item are broken in qbs 1.2

2014-04-07 Thread Aleksey Sidorov
Qbs from QtCreator 3.1RC falls in this code: import qbs 1.0 Project { property string binPath: "/usr/bin" property string libPath: "/usr/lib" Properties { condition: qbs.targetOS.contains("osx") binPath: "/Users/boo" libPath: "/Libraries/foo" } } Also on

Re: [QBS] Do not called custom Rule from custom Module

2014-04-07 Thread Christian Kandeler
On 04/05/2014 11:02 AM, Denis Shienkov wrote: > this does not help, still nothing... Can you put/paste your project somewhere? Possibly stripped down if it's too big, but still self-contained. I could take a closer look then. Christian > 04.04.2014 18:59, Christian Kandeler пишет: >> On 04/04/