After following guide on how to compile QT with Visual Studio 2010 I still havent managed to make it work.
I get the following error during the "configure" process.
LINK : fatal error LNK1104: cannot open file 'libcpmt.lib'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x450'
I mainly followed something like this:
How to build Qt for Visual Studio 2010
Thank you