Re: [Qbs] Running a helper application right after it is build

2018-08-14 Thread Карелин Павел
Christian, thanks for the explanations -- BR, Pavel Karelin 14.08.2018 14:53, Christian Kandeler пишет: On Tue, 14 Aug 2018 14:27:35 +0300 Карелин Павел wrote: Today, with a fresh head, I decided to shorten the script a little (see below). At me all has turned out - the project was

Re: [Qbs] Running a helper application right after it is build

2018-08-14 Thread Christian Kandeler
On Tue, 14 Aug 2018 14:27:35 +0300 Карелин Павел wrote: > Today, with a fresh head, I decided to shorten the script a little (see > below). At me all has turned out - the project was builded. But last > night at me this version of the scenario hasn't earned, the problem was > that the rule

Re: [Qbs] Running a helper application right after it is build

2018-08-14 Thread Christian Kandeler
On Tue, 14 Aug 2018 02:03:28 +0300 Карелин Павел wrote: > I found a solution, but I would like to know how it is optimal: Yes, that looks about right. > >     Product { >     id: sonnetParseTrigrams >     //type: "application" >     type: ["application",

Re: [Qbs] Running a helper application right after it is build

2018-08-13 Thread Карелин Павел
I found a solution, but I would like to know how it is optimal:     Product {     id: sonnetParseTrigrams     //type: "application"     type: ["application", "sonnet-parse-trigrams-run"]     consoleApplication: true     destinationDirectory: "./bin"     name:

Re: [Qbs] Running a helper application right after it is build

2018-08-13 Thread Карелин Павел
13.08.2018 11:31, Christian Kandeler пишет: On Sun, 12 Aug 2018 22:56:31 +0300 Карелин Павел wrote: I have a project in which, in addition to the main application, auxiliary utilities are builded. In this regard, I have two questions: 1) How do I run an auxiliary utility right after his

Re: [Qbs] Running a helper application right after it is build

2018-08-13 Thread Christian Kandeler
On Sun, 12 Aug 2018 22:56:31 +0300 Карелин Павел wrote: > I have a project in which, in addition to the main application, > auxiliary utilities are builded. In this regard, I have two questions: > > 1) How do I run an auxiliary utility right after his built, so that it > could generate