I've been chipping away at this and found this set of videos which helped a bit.

In those videos, he's rebuilt Qt using the VC++ compiler, gone into the Visual Studio IDE to create a Makefile Project and setup the build command line to do
Qt Code:
  1. qmake -project && qmake && nmake
To copy to clipboard, switch view to plain text mode 

Is this the way to use Qt with Visual Studio, or are there others?

Thanks,

PUK