[Insight-users] Interfacing itk+vtk with visual studio
John Drescher
drescherjm at gmail.com
Thu May 19 12:35:51 EDT 2011
> 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
More information about the Insight-users
mailing list