Running Applications

Running ./targets/debug/CollidingMice fails if Qt 4.8 is not in your PATH (in Windows) or LD_LIBRARY_PATH (in Linux).

Therefore, enter the following command to run an application:


  qbs run --products CollidingMice

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