开发者

Building Qt 4.7.3 (latest) on windows

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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜