How to compile Qt5.3.2 with visual studio 2008 all by myself?
-
You should be able to build it with the "official guide":http://doc.qt.io/qt-5/build-sources.html although notice that VS2008 is no longer on the list of reference configurations of Qt5 so there might be gotchas.
Just change paths and version numbers where needed as the code examples refer to VS2013.