---------- Forwarded message ---------- From: Damien Courtois <[email protected]> Date: 2017-12-15 11:39 GMT+01:00 Subject: Re: [Qbs] qbs run --dry-run not working ? To: Christian Kandeler <[email protected]> Cc: "[email protected]\" <[email protected]>"@qt-project.org
The IDE is VSCode. And since extensions are typescript modules, I can only use the Qbs command line tool. I understand that the command line tool was not designed for being used like this, but I think that if it provided a command to query informations about a project, it would really ease integration into a lot of tools. Take the example of CMake: it's integrated in Qt Creator, and now even in Visual Studio 2017. This integration was possible by parsing the output of CMake, and since the server mode, it became even easier (well, at least now it's standardized. I still don't understand why they had to create the whole server mode / handshake / whatever mess instead of just outputting things directly, but anyways :p) Is this something you would consider ? And if this is not your priority (which I would totally understand) are you accepting contributions ? 2017-12-15 10:15 GMT+01:00 Christian Kandeler <[email protected]>: > On Thu, 14 Dec 2017 18:19:22 +0100 > Damien Courtois <[email protected]> wrote: > > > I'm currently working on integrating Qbs into another IDE. > > Ah. Well, for this case qbs offers an API; the command line tool is indeed > not designed for that. However, the API is Qt-based, so if your IDE is not, > then you won't be able to use it. But if it is, then that's the way to go. > > > Christian > _______________________________________________ > Qbs mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qbs >
_______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
