I have downloaded the open source version of Qt 4.7.3, run configure.exe to configure it, how do I then build it (to h开发者_开发问答ave a qmake.exe I can use) on windows?
if you do configure -platform win32-msvc2010
(or2008 etc) it will generate a vs2010 project, just open the .sln and built it.
configure.exe should have caused qmake.exe to build. You'll want to add its location to your path. (It's in the bin directory of your Qt installation).
精彩评论