[Qbs] Custom qbs modules calling external build tool

webmaster webmaster at macside.net
Mon Feb 6 20:22:31 CET 2017


On 06.02.2017 12:53, Christian Kandeler wrote:
> Hi,
> 
> On 02/03/2017 09:05 PM, webmaster wrote:
>> 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 there
>> any other suggestions?
> 
> such functionality would certainly be good to have. You might want to
> take a look at https://bugreports.qt.io/browse/QBS-282 for some thoughts
> on this matter.
> 
> 
> Christian
> _______________________________________________
> Qbs mailing list
> Qbs at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs
> 
Thanks, the ticket describes the typical 3rd party dilema: There are
many 3rd-party libraries with a quite complex build process, which is
already implemented in .pro, Makefile...
In order to get known to qbs, my intention was to add some custom
modules to workaround the issues. The Qt Creator integration isn't my
first goal.

Best regards,
Martin



More information about the Qbs mailing list