Building Applications with Qbs

To build applications from the command line, enter the following commands:

cd tests/manual/collidingmice
qbs

The application is built for the default target, which is the system on the development PC. To build for other targets, specify options for the build command. For example, to build debug and release configurations for the default target and the Symbian target in parallel, enter the following command:

qbs build debug release profile:Symbian

This assumes you have already set up a profile called "Symbian".