vote up 4 vote down star

Does anyone have details in setting up Qt4 in Visual Studio 2008? Links to other resources would be appreciated as well.

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.

flag

67% accept rate

2 Answers

vote up 1 vote down check

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

Note- the VS integration tool only ships with the commercial licence. You canuse VS without it but it's more time consuming to manually add files to a project and the designer isn't integrated.

link|flag
vote up 1 vote down

Looks like it's been done with Visual Studio 2005: http://wiki.qgis.org/qgiswiki/Building_QT_4_with_Visual_C%2B%2B_2005

I'd imagine it would work with Visual Studio 2008, even if it requires some changes.

link|flag
That info is out of date with qt4, you don't needthe patch anymore – mgb Sep 25 '08 at 1:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.