Typically you need Qt to be installed on your system :] then, in you project directory, you need to type:
Qt Code:
  1. qmake
To copy to clipboard, switch view to plain text mode 
and then:
Qt Code:
  1. make
To copy to clipboard, switch view to plain text mode 
and that's it.