问题描述
有没有人有在 Visual Studio 2008 中设置 Qt4 的详细信息?其他资源的链接也将不胜感激.
Does anyone have details in setting up Qt4 in Visual Studio 2008? Links to other resources would be appreciated as well.
我已经知道Qt的商业版有这方面的应用.我也意识到我可能需要从源代码编译,因为开源的安装程序不支持 Visual Studio 并安装了 Cygwin.
I already know that the commercial version of Qt has applications to this end. I also realize that I'll probably need to compile from source as the installer for the open source does not support Visual Studio and installs Cygwin.
推荐答案
现在使用 QT4 更加简单,您不再需要补丁.基本上你只需要提供-spec win32-msvc2008"来配置.
这里有详细说明http://tom.paschenda.org/blog/?p=28
It's even simpler now with QT4, you no longer need the patch. Basically you just need to supply "-spec win32-msvc2008" to configure.
There are detailed instructions here http://tom.paschenda.org/blog/?p=28
visual studio 插件也是开源的并且可用.
The visual studio add-in is also open-source and available.
这篇关于我正在寻找使用 Visual Studio 编写和编译使用 Qt4 的开源版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!