Re: [Qbs] QBS usage

2018-06-16 Thread Ben Lau
Hello Tino, I only use Qbs in a pet project. I wish it could support running external commands / scripts easily. Something similar to the `run` command in npm. Reference: https://docs.npmjs.com/cli/run-script Example Use-cases: - Deploy the built binary to somewhere - Start mock server - Fetch t

Re: [Qbs] QBS usage

2018-06-16 Thread NIkolai Marchenko
Hi there! Been extensively using QBS both at work and for my own project. I really like how easy it was to integrate grpc/protobuf generation module in the build process. It also makes much more sense overall than qmake. Mostly the thing is great, but the manual could really use some love. About t