开发者

Building Qt 4.7.3 (latest) on windows

开发者 https://www.devze.com 2023-03-15 22:29 出处:网络
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

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

精彩评论

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