Running Applications

By default, running an application also builds it and installs it to a location from where it can be run on the desktop or on a device.

For example, entering the following command runs the Qt Creator application:

 qbs run --products qtcreator

This command also builds and installs the product, if necessary.