Thanks for the advice. I downloaded CodeBlocks and and choose 
the CodeBlocks - MinGW Makefiles options in CMake. I checked to see what compiler CodeBlocks is using, and it says GNU GCC Compiler - not sure if this is what I want or if I need something else. Unfortunately I get 
the following error message:<br>
<br>
<span style=" color:#ff0000;">CMake Error: CMake was unable to find a 
build program corresponding to &quot;MinGW Makefiles&quot;.  CMAKE_MAKE_PROGRAM is
 not set.  You probably need to select a different build tool.</span>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake
 Error: CMake was unable to find a build program corresponding to &quot;MinGW
 Makefiles&quot;.  CMAKE_MAKE_PROGRAM is not set.  You probably need to 
select a different build tool.</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Missing variable is:</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMAKE_C_COMPILER_ENV_VAR</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Missing variable is:</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMAKE_C_COMPILER</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: Could not find cmake module file:C:/Program Files (x86)/VTK_build/CMakeFiles/CMakeCCompiler.cmake</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Missing variable is:</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMAKE_CXX_COMPILER_ENV_VAR</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Missing variable is:</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMAKE_CXX_COMPILER</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: Could not find cmake module file:C:/Program Files (x86)/VTK_build/CMakeFiles/CMakeCXXCompiler.cmake</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage</span></p>


<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Configuring incomplete, errors occurred!</p>
<br><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 3:13 PM, Clinton Stimpson [via VTK] <span dir="ltr">&lt;<a href="/user/SendEmail.jtp?type=node&node=4642990&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">

        On Wednesday, July 27, 2011 01:33:54 pm com wrote:
<br></div><div class="im">&gt; I want to use Qt Creator as my IDE, not Visual Studio and want to get VTK
<br>&gt; to work for Qt Creator. The problem is that it CMake doesn&#39;t let me select
<br>&gt; Qt Creator as a compiler in their code and I don&#39;t have any other
<br>&gt; compilers that are compatible. 
<br><br></div><div class="im">Qt Creator is not a compiler, but is an IDE.  It can work with different 
<br>compilers and different Qt installations.  You just need to match your compiler 
<br>(e.g. mingw or MSVC) with the Qt installation you want to use.
<br><br>CMake will let you choose the following that should with Qt Creator:
<br>CodeBlocks - MinGW Makefiles
<br>CodeBlocks - NMake Makefiles
<br>CodeBlocks - Unix Makefiles
<br><br></div><div class="im">&gt; I don&#39;t mind rebuilding Qt Creator with
<br>&gt; Visual Studio - although I&#39;m not exactly sure how to do that. 
<br><br></div><div class="im">No need to do that (in fact is already is built with Visual Studio, but comes 
<br>with a mingw built Qt installation).
<br><br></div><div class="im">&gt; However, if
<br>&gt; I could use another compiler that would produce compatible code to Qt
<br>&gt; Creator, then I would prefer that option, even if it meant downloading
<br>&gt; another compiler just to build VTK - and then I could hopefully get VTK to
<br>&gt; work in Qt Creator.
<br><br></div><div class="im">Hopefully you already installed the mingw compiler as part of the Qt SDK 
<br>installation.
<br>Try this:
<br>run cmake-gui
<br>generate your project with the &quot;CodeBlocks - MinGW Makefiles&quot; and choose 
<br>C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin\qmake.exe for QT_QMAKE_EXECUTABLE.
<br>cmake-gui will give you more interactivity than Qt Creator&#39;s cmake dialog if 
<br>you do the initial project set up there.
<br><br>Once that is working, open Qt Creator and do File -&gt; Open and choose the 
<br>CMakeLists.txt file for your project.  In the next dialog, fill in the build 
<br>directory where you previously told cmake-gui to generate the project.
<br>Hit the &quot;Run CMake&quot; and finish button in that dialog.
<br><br>Clint
<br></div><div><br>&gt; 
<br><div class="im">&gt; On Wed, Jul 27, 2011 at 12:41 PM, lindeval [via VTK] &lt;
<br>&gt; 
<br></div><div class="im">&gt; <a href="http://user/SendEmail.jtp?type=node&amp;node=4640147&amp;i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt; wrote:
<br>&gt; &gt; The message &quot;It Appears you&#39;re Trying to use Visual Studio with Qt built
<br>&gt; &gt; by mingw&quot; is due to the fact that you can not use Qt in visual studio if
<br>&gt; &gt; Qt was built with mingw. If you want to use Qt with Visual Studio,
<br>&gt; &gt; compile Qt with Visual Studio.
<br>&gt; &gt; 
<br>&gt; &gt; Do not forget to enable the &quot;VTK_USE_QVTK_QTOPENGL &#39; in cmake.
<br>&gt; &gt; 
<br>&gt; &gt; ----- Mensagem original -----
<br>&gt; &gt; De: &quot;com&quot; &lt;[hidden
<br></div><div class="im">&gt; &gt; email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4639639&amp;i=0" rel="nofollow" link="external" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=4639639&amp;i=0</a>&gt;&gt;
<br>&gt; &gt; 
<br>&gt; &gt; Para: [hidden
<br></div>&gt; &gt; email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4639639&amp;i=1" rel="nofollow" link="external" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=4639639&amp;i=1</a>&gt; Enviadas:
<br><div><div></div><div class="h5">&gt; &gt; Quarta-feira, 27 de Julho de 2011 13:42:08 (GMT-0300)
<div class='shrinkable-quote'><br>&gt; &gt; Auto-Detected
<br>&gt; &gt; Assunto: Re: [vtkusers] trouble setting up VTK for Qt creator
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; I tried using the path C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin\qmake.exe for
<br>&gt; &gt; the QT_QMAKE_EXECUTABLE, but got this message.
<br>&gt; &gt; 
<br>&gt; &gt; CMake Error at C:/Program Files (x86)/CMake
<br>&gt; &gt; 2.8/share/cmake-2.8/Modules/FindQt4.cmake:575 (MESSAGE):
<br>&gt; &gt; 
<br>&gt; &gt; It appears you&#39;re trying to use Visual Studio with Qt built by mingw.
<br>&gt; &gt; 
<br>&gt; &gt; Those compilers do not produce code compatible with each other.
<br>&gt; &gt; 
<br>&gt; &gt; Call Stack (most recent call first):
<br>&gt; &gt; 
<br>&gt; &gt; CMakeLists.txt:305 (FIND_PACKAGE)
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; Also, I used the path C:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtDesigner
<br>&gt; &gt; for the QT_QTDESIGNER_INCLUDE_DIR. I also tried it leaving this blank and
<br>&gt; &gt; got a similar message.
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; Qt Creator wasn&#39;t on the list of generators used by CMake, so I used
<br>&gt; &gt; Visual Studio 10 as my generator (that&#39;s the only other compiler on my
<br>&gt; &gt; computer besides Qt Creator). I noticed Code Blocks could be used as a
<br>&gt; &gt; generator in CMake. I&#39;m guessing I could download this and use it as the
<br>&gt; &gt; generator and then it (might??) be compatible with Qt Creator. I&#39;d
<br>&gt; &gt; rather find another way around this problem if possible, but if I have
<br>&gt; &gt; to, I can go down this route.
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 2011/7/27 Dženan Zukić [via VTK] &lt; [hidden email] &gt;
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; You should use the one from the library that you want to use. I guess
<br>&gt; &gt; that is:
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; C:\QtSDK\Desktop\Qt\4.73\ mingw\bin
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; On Wed, Jul 27, 2011 at 15:14, com &lt; [hidden email] &gt; wrote:
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; Thanks for the advice Dominik. I did a search for qmake.exe in my QTSDK
<br>&gt; &gt; directory and found it in a number of different directories.Here they
<br>&gt; &gt; are,
<br>&gt; &gt; 
<br>&gt; &gt; C:\QtSDK\Symbian\SDKs\Symbian1Qt473\bin
<br>&gt; &gt; C:\QtSDK\Symbian\SDKs\Symbian3Qt473\bin
<br>&gt; &gt; C:\QtSDK\Symbian\SDKs\Symbian3Qt463\bin
<br>&gt; &gt; C:\QtSDK\Symbian\SDKs\Symbian1Qt463\bin
<br>&gt; &gt; C:\QtSDK\Simulator\Qt\mingw\bin
<br>&gt; &gt; C:\QtSDK\Desktop\Qt\4.73\mingw\bin
<br>&gt; &gt; 
<br>&gt; &gt; Do you know which one should I use?
<br>&gt; &gt; 
<br>&gt; &gt; Thanks
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; On Tue, Jul 26, 2011 at 5:00 PM, Dominik Szczerba [via VTK] &lt; [hidden
<br>&gt; &gt; email] &gt; wrote:
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; You need to provide the path to qmake.exe when running cmake.
<br>&gt; &gt; 
<br>&gt; &gt; Dominik
<br>&gt; &gt; 
<br>&gt; &gt; On Tue, Jul 26, 2011 at 11:45 PM, com &lt; [hidden email] &gt; wrote:
<br>&gt; &gt; &gt; I am trying to set up VTK for Qt Creator. I saw some step by step
<br>&gt; &gt; &gt; guides
<br>&gt; &gt; 
<br>&gt; &gt; for
<br>&gt; &gt; 
<br>&gt; &gt; &gt; setting up VTK for visual studio, but none for Qt Creator. I have
<br>&gt; &gt; &gt; visual studio, but would rather use Qt Creator.
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; I downloaded the latest versions of VTK and CMake and have Qt 4.7.3. If
<br>&gt; &gt; &gt; I
<br>&gt; &gt; 
<br>&gt; &gt; do
<br>&gt; &gt; 
<br>&gt; &gt; &gt; not select VTK_USE_QT, then CMake seems to build VTK with no problems -
<br>&gt; &gt; &gt; which might be fine if I was just using visual studio. However, when I
<br>&gt; &gt; &gt; select VTK_USE_QT I run into a number of errors.
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; Here are a few of the errors:
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; Qt QTGUI library not found
<br>&gt; &gt; &gt; Qt QTSQL library not found
<br>&gt; &gt; &gt; Qt QTNETWORK library not found
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; CMake doesn&#39;t seem to be able to find a lot of these - so I tried
<br>&gt; &gt; &gt; putting
<br>&gt; &gt; 
<br>&gt; &gt; in
<br>&gt; &gt; 
<br>&gt; &gt; &gt; the values myself and still seem to get some errors. Maybe I&#39;m putting
<br>&gt; &gt; &gt; in
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; the wrong values?
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; Any help would be much appreciated as I have spent the whole day trying
<br>&gt; &gt; 
<br>&gt; &gt; to
<br>&gt; &gt; 
<br>&gt; &gt; &gt; figure out how to get this to work and I would really like to use VTK
<br>&gt; &gt; &gt; for
<br>&gt; &gt; 
<br>&gt; &gt; a
<br>&gt; &gt; 
<br>&gt; &gt; &gt; project I am working on in graduate school. I&#39;m also not sure what I
<br>&gt; &gt; &gt; need
<br>&gt; &gt; 
<br>&gt; &gt; to
<br>&gt; &gt; 
<br>&gt; &gt; &gt; do in Qt Creator once I&#39;m done with CMake.
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; --
<br>&gt; &gt; 
<br>&gt; &gt; &gt; View this message in context:
<br>&gt; &gt; <a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp</a></div>
&gt; &gt; 4636528p4636528.html &gt; Sent from the VTK - Users mailing list archive at
<div class='shrinkable-quote'><br>&gt; &gt; Nabble.com.
<br>&gt; &gt; 
<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a>
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; Visit other Kitware open-source projects at
<br>&gt; &gt; 
<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt; 
<br>&gt; &gt; &gt; Please keep messages on-topic and check the VTK FAQ at:
<br>&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; 
<br>&gt; &gt; &gt; Follow this link to subscribe/unsubscribe:
<br>&gt; &gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; 
<br>&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a> Visit other Kitware open-source projects at
<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt; 
<br>&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:
<br>&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; 
<br>&gt; &gt; Follow this link to subscribe/unsubscribe:
<br>&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; If you reply to this email, your message will be added to the discussion
<br>&gt; &gt; below:
<br>&gt; &gt; <a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp</a></div>
&gt; &gt; 4636528p4636577.html
<div class='shrinkable-quote'><br>&gt; &gt; 
<br>&gt; &gt; To unsubscribe from trouble setting up VTK for Qt creator, click here .
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; View this message in context: Re: trouble setting up VTK for Qt creator
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; Sent from the VTK - Users mailing list archive at Nabble.com.
<br>&gt; &gt; 
<br>&gt; &gt; _______________________________________________
<br>&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a>
<br>&gt; &gt; 
<br>&gt; &gt; Visit other Kitware open-source projects at
<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt; 
<br>&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:
<br>&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; 
<br>&gt; &gt; Follow this link to subscribe/unsubscribe:
<br>&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; _______________________________________________
<br>&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a>
<br>&gt; &gt; 
<br>&gt; &gt; Visit other Kitware open-source projects at
<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt; 
<br>&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:
<br>&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; 
<br>&gt; &gt; Follow this link to subscribe/unsubscribe:
<br>&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; If you reply to this email, your message will be added to the discussion
<br>&gt; &gt; below:
<br>&gt; &gt; <a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp</a></div>
</div></div>&gt; &gt; 4636528p4639052.html
<br><div class="im">&gt; &gt; 
<div class='shrinkable-quote'><br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; To unsubscribe from trouble setting up VTK for Qt creator, click here .
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; View this message in context: Re: trouble setting up VTK for Qt creator
<br>&gt; &gt; Sent from the VTK - Users mailing list archive at Nabble.com.
<br>&gt; &gt; 
<br>&gt; &gt; _______________________________________________
<br>&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a>
<br>&gt; &gt; 
<br>&gt; &gt; Visit other Kitware open-source projects at
<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt; 
<br>&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:
<br>&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; 
<br>&gt; &gt; Follow this link to subscribe/unsubscribe:
<br>&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt; _______________________________________________
<br>&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a>
<br>&gt; &gt; 
<br>&gt; &gt; Visit other Kitware open-source projects at
<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt; 
<br>&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:
<br>&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; 
<br>&gt; &gt; Follow this link to subscribe/unsubscribe:
<br>&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; ------------------------------
<br>&gt; &gt; 
<br>&gt; &gt;  If you reply to this email, your message will be added to the discussion
<br>&gt; &gt; 
<br>&gt; &gt; below:
<br>&gt; &gt; 
<br>&gt; &gt; <a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp</a></div>
</div>&gt; &gt; 4636528p4639639.html
<br><div class="im">&gt; &gt; 
<br>&gt; &gt;  To unsubscribe from trouble setting up VTK for Qt creator, click
<br></div><div class="im">&gt; &gt;  here&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=un" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=un</a><br>
&gt; &gt;  subscribe_by_code&amp;node=4636528&amp;code=Y29tYWNrZUBnbWFpbC5jb218NDYzNjUyOHw4
<br>&gt; &gt;  ODA1ODg2MjI=&gt;.
<br>&gt; 
<br>&gt; --
<br></div><div class="im">&gt; View this message in context:
<br>&gt; <a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp4" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp4</a><br>
</div>&gt; 636528p4640052.html Sent from the VTK - Users mailing list archive at
<br>&gt; Nabble.com.
</div><br><div class="im">-- 
<br>Clinton Stimpson
<br>Elemental Technologies, Inc
<br>Computational Simulation Software, LLC
<br></div><a href="http://www.csimsoft.com" target="_blank" rel="nofollow" link="external">www.csimsoft.com</a>
<br><div class="im">_______________________________________________
<br>Powered by <a href="http://www.kitware.com" target="_blank" rel="nofollow" link="external">www.kitware.com</a>
<br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:
<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        </div><div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif"><div class="im">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </div><a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp4636528p4640147.html" target="_blank" rel="nofollow" link="external">http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp4636528p4640147.html</a>
        </div><div><div></div><div class="h5">
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em">
                
                To unsubscribe from trouble setting up VTK for Qt creator, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.
        </div></div></div></blockquote></div><br>

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/trouble-setting-up-VTK-for-Qt-creator-tp4636528p4642990.html">Re: trouble setting up VTK for Qt creator</a><br/>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html">VTK - Users mailing list archive</a> at Nabble.com.<br/>