I don't want to sound like a complete moron, but how do I run from the command line in Qt creator?


The following is the output of my build steps
Qt Code:
  1. Running build steps for project LoaderV5...
  2. Starting: c:/qt/2010.01/qt/bin/qmake.exe C:/Documents and Settings/Owner/Desktop/Loader Program/PROTOTYPE/LoaderV5.pro -spec win32-g++ -r
  3. Exited with code 0.
  4. Starting: C:/Qt/2010.01/mingw/bin/mingw32-make.exe -w
  5. mingw32-make: Entering directory `C:/Documents and Settings/Owner/Desktop/Loader Program/PROTOTYPE'
  6. C:/Qt/2010.01/mingw/bin/mingw32-make -f Makefile.Debug
  7. mingw32-make[1]: Entering directory `C:/Documents and Settings/Owner/Desktop/Loader Program/PROTOTYPE'
  8. mingw32-make[1]: Nothing to be done for `first'.
  9. mingw32-make[1]: Leaving directory `C:/Documents and Settings/Owner/Desktop/Loader Program/PROTOTYPE'
  10. mingw32-make: Leaving directory `C:/Documents and Settings/Owner/Desktop/Loader Program/PROTOTYPE'
  11. Exited with code 0.
To copy to clipboard, switch view to plain text mode