[Insight-users] Interfacing itk+vtk with visual studio

Dora Szasz dora.szasz at yahoo.com
Fri May 20 03:29:32 EDT 2011


Did you usef the Qt SDK or just the Qt libraries for windows? (http://qt.nokia.com/downloads)


________________________________
From: John Drescher <drescherjm at gmail.com>
To: Dora Szasz <dora.szasz at yahoo.com>
Cc: "insight-users at itk.org" <insight-users at itk.org>
Sent: Thursday, May 19, 2011 7:35 PM
Subject: Re: [Insight-users] Interfacing itk+vtk with visual studio

> What version of Qt do you recommend me to use?

I now use the opensource 4.7 version. Since Visual Studio libraries
are not compatible between different Visual Studio versions I compile
Qt from source for each version of Visual Studio that I compile for.
This is currently 32 bit VS 2005, 32 Bit VS 2008, and 64 Bit VS 2008.

I use the following command to configure Qt for fast building
(building just the dlls and not the Qt examples):

configure -debug-and-release -platform win32-msvc2008 -no-webkit
-opensource -fast

I execute that in the Visual Studio command prompt for the version of
Visual Studio I am targeting. For my example it was Visual Studio
2008.

Then after configuring I run nmake in that command prompt to build the
Qt package.

BTW, There should be a Qt example in either the VTK or ITK applications.

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110520/c1ab67c6/attachment.htm>


More information about the Insight-users mailing list