Re: [Qbs] Build from Visual Studio solution

2017-02-06 Thread webmaster
The idea was to keep the qbs workflow as is and just read the required metadata from the solution file. Hence, no synchronization between sln and qbs file has to be taken care of. But I agree with you, that just calling msbuild is already possible. Best regards, Martin On 06.02.2017 20:13, Jake

Re: [Qbs] Build from Visual Studio solution

2017-02-06 Thread Jake Petroules
We added a Visual Studio generator in Qbs 1.7 which you can use to generate a Visual Studio solution that allows you to use the Visual Studio IDE to build a Qbs project. See the announcement blog post for more details: http://blog.qt.io/blog/2017/01/31/qbs-1-7-released/ or the `qbs generate`