Thanks Clinton,<div><br></div><div>This solved my problem. Just for posterity, to solve the problem I set CMAKE_BUILD_TYPE to Debug. Then I configured, generated, &#39;mingw32-make&#39;d and &#39;mingw32-make install&#39;d.<div>
<br></div><div><br></div><div>This created a set of debug dlls which work wonderfully with QTCreator and qmake. I kept the old &#39;Release&#39; dlls and use the flags</div><div>win32:release:LIBS += ....</div><div>win32:debug:LIBS += ....</div>
<div><br></div><div><br></div><div>Thanks again,</div><div>Michael</div><div><br><div class="gmail_quote">On Mon, Sep 14, 2009 at 11:15 AM, Clinton Stimpson <span dir="ltr">&lt;<a href="mailto:clinton@elemtech.com" target="_blank">clinton@elemtech.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
If you didn&#39;t already, you&#39;ll need VTK in debug mode to use with debug Qt<br>
apps.<br>
<br>
Clint<br>
<div><div></div><div><br>
On Monday 14 September 2009 08:40:58 am Michael Lynch wrote:<br>
&gt; Dear all,<br>
&gt; I am having some trouble with some minimal &quot;Hello World&quot; code for<br>
&gt; running qvtkwidget in debug (it works fine in release). My set up is vtk<br>
&gt; (5.4.2) and qt (4.5.2) on Win XP. My IDE is qtcreator (1.2.1) and I am<br>
&gt; using qmake. My VTK installation seems to be correct and I can run pure vtk<br>
&gt; code in my ide with no problems.<br>
&gt;<br>
&gt; The minimal code I created compiles successfully and my LIBS and<br>
&gt; INCLUDEPATH seem to be correct. However, at runtime in debug mode I get an<br>
&gt; error which occurs at;<br>
&gt; widget = new QVTKWidget;<br>
&gt;<br>
&gt; In release mode, the code both *compiles* and *runs* successfully.<br>
&gt;<br>
&gt; VTK dlls are specified in %PATH% and I have run dependency walker on the<br>
&gt; compiled exe and it finds all dlls.<br>
&gt;<br>
&gt; However, I have noticed that QVTK.dll uses QTCORE4.dll and QTGUI4.dll and I<br>
&gt; have a feeling that this might conflict with QTCORE4D.dll and QTGUI4D.dll?<br>
&gt; Is this potentially the source of the error? And if so, how can I correct<br>
&gt; it?<br>
&gt;<br>
&gt; I have seen similar problems here [<br>
&gt; <a href="http://www.vtk.org/pipermail/vtkusers/2009-March/099876.html" target="_blank">http://www.vtk.org/pipermail/vtkusers/2009-March/099876.html</a>] and a<br>
&gt; proposed solution in VS here [<br>
&gt; <a href="http://www.vtk.org/pipermail/vtk-developers/2008-August/005437.html" target="_blank">http://www.vtk.org/pipermail/vtk-developers/2008-August/005437.html</a>] and<br>
&gt; further reading here [<br>
&gt; <a href="http://www.vtk.org/pipermail/vtk-developers/2008-August/005427.html" target="_blank">http://www.vtk.org/pipermail/vtk-developers/2008-August/005427.html</a>].<br>
&gt;<br>
&gt; However, I&#39;m not sure how the solutions allow me to run in Debug mode in<br>
&gt; QTCreator. Any help would be greatly appreciated.<br>
&gt;<br>
&gt; Thanks in advance,<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Michael <br>
</div>
</div>