> On Sep 20, 2016, at 12:18 PM, Konstantin Tokarev <[email protected]> wrote: > > > > 20.09.2016, 22:11, "Matthew Woehlke" <[email protected]>: >> That works with e.g. make/ninja, but not so well with VS, but that's a >> VS failing that I don't see how Qbs could overcome, given that VS *is* >> the build tool and doesn't AFAIK support dynamic build graphs. > > QBS does not use VS as a build tool, it is not a project generator
Although it can act as one; I recently added support for generating VS projects: https://codereview.qt-project.org/#/c/91353/ Qbs still performs the build entirely on its own though, the VS output is no more than a file listing. > > -- > Regards, > Konstantin > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development -- Jake Petroules - [email protected] The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
