Re: [Qbs] Build from Visual Studio solution

2017-02-06 Thread webmaster
Petroules wrote: > I can understand the value of a tool to convert .sln to .qbs, which we may > certainly provide in the future, but what's the point of "build on-the-fly > from the solution file"? In that case why not simply run msbuild? > >> On Feb 6, 2017, at

[Qbs] Custom qbs modules calling external build tool

2017-02-03 Thread webmaster
Hi all, I want to add support in qbs for other build-tools like nmake or cmake. I would therefore add another qbs module which executes the external build tool. Advantage is, that the existing build process can be used/triggered by qbs. Is the module approach a proper way to integrate it or are