Did you usef the Qt SDK or just the Qt libraries for windows? (http://qt.nokia.com/downloads)<br><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> John Drescher &lt;drescherjm@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Dora Szasz &lt;dora.szasz@yahoo.com&gt;<br><b><span style="font-weight: bold;">Cc:</span></b> &quot;insight-users@itk.org&quot; &lt;insight-users@itk.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, May 19, 2011 7:35 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Insight-users] Interfacing itk+vtk with visual studio<br></font><br>
&gt; What version of Qt do you recommend me to use?<BR><BR>I now use the opensource 4.7 version. Since Visual Studio libraries<BR>are not compatible between different Visual Studio versions I compile<BR>Qt from source for each version of Visual Studio that I compile for.<BR>This is currently 32 bit VS 2005, 32 Bit VS 2008, and 64 Bit VS 2008.<BR><BR>I use the following command to configure Qt for fast building<BR>(building just the dlls and not the Qt examples):<BR><BR>configure -debug-and-release -platform win32-msvc2008 -no-webkit<BR>-opensource -fast<BR><BR>I execute that in the Visual Studio command prompt for the version of<BR>Visual Studio I am targeting. For my example it was Visual Studio<BR>2008.<BR><BR>Then after configuring I run nmake in that command prompt to build the<BR>Qt package.<BR><BR>BTW, There should be a Qt example in either the VTK or ITK applications.<BR><BR>John<BR><br><br></div></div>