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 "MinGW Makefiles". 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 "MinGW
Makefiles". 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"><<a href="/user/SendEmail.jtp?type=node&node=4642990&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></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">> I want to use Qt Creator as my IDE, not Visual Studio and want to get VTK
<br>> to work for Qt Creator. The problem is that it CMake doesn't let me select
<br>> Qt Creator as a compiler in their code and I don't have any other
<br>> 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">> I don't mind rebuilding Qt Creator with
<br>> Visual Studio - although I'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">> However, if
<br>> I could use another compiler that would produce compatible code to Qt
<br>> Creator, then I would prefer that option, even if it meant downloading
<br>> another compiler just to build VTK - and then I could hopefully get VTK to
<br>> 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 "CodeBlocks - MinGW Makefiles" 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'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 -> 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 "Run CMake" and finish button in that dialog.
<br><br>Clint
<br></div><div><br>>
<br><div class="im">> On Wed, Jul 27, 2011 at 12:41 PM, lindeval [via VTK] <
<br>>
<br></div><div class="im">> <a href="http://user/SendEmail.jtp?type=node&node=4640147&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>> wrote:
<br>> > The message "It Appears you're Trying to use Visual Studio with Qt built
<br>> > by mingw" is due to the fact that you can not use Qt in visual studio if
<br>> > Qt was built with mingw. If you want to use Qt with Visual Studio,
<br>> > compile Qt with Visual Studio.
<br>> >
<br>> > Do not forget to enable the "VTK_USE_QVTK_QTOPENGL ' in cmake.
<br>> >
<br>> > ----- Mensagem original -----
<br>> > De: "com" <[hidden
<br></div><div class="im">> > email]<<a href="http://user/SendEmail.jtp?type=node&node=4639639&i=0" rel="nofollow" link="external" target="_blank">http://user/SendEmail.jtp?type=node&node=4639639&i=0</a>>>
<br>> >
<br>> > Para: [hidden
<br></div>> > email]<<a href="http://user/SendEmail.jtp?type=node&node=4639639&i=1" rel="nofollow" link="external" target="_blank">http://user/SendEmail.jtp?type=node&node=4639639&i=1</a>> Enviadas:
<br><div><div></div><div class="h5">> > Quarta-feira, 27 de Julho de 2011 13:42:08 (GMT-0300)
<div class='shrinkable-quote'><br>> > Auto-Detected
<br>> > Assunto: Re: [vtkusers] trouble setting up VTK for Qt creator
<br>> >
<br>> >
<br>> > I tried using the path C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin\qmake.exe for
<br>> > the QT_QMAKE_EXECUTABLE, but got this message.
<br>> >
<br>> > CMake Error at C:/Program Files (x86)/CMake
<br>> > 2.8/share/cmake-2.8/Modules/FindQt4.cmake:575 (MESSAGE):
<br>> >
<br>> > It appears you're trying to use Visual Studio with Qt built by mingw.
<br>> >
<br>> > Those compilers do not produce code compatible with each other.
<br>> >
<br>> > Call Stack (most recent call first):
<br>> >
<br>> > CMakeLists.txt:305 (FIND_PACKAGE)
<br>> >
<br>> >
<br>> >
<br>> >
<br>> > Also, I used the path C:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtDesigner
<br>> > for the QT_QTDESIGNER_INCLUDE_DIR. I also tried it leaving this blank and
<br>> > got a similar message.
<br>> >
<br>> >
<br>> >
<br>> > Qt Creator wasn't on the list of generators used by CMake, so I used
<br>> > Visual Studio 10 as my generator (that's the only other compiler on my
<br>> > computer besides Qt Creator). I noticed Code Blocks could be used as a
<br>> > generator in CMake. I'm guessing I could download this and use it as the
<br>> > generator and then it (might??) be compatible with Qt Creator. I'd
<br>> > rather find another way around this problem if possible, but if I have
<br>> > to, I can go down this route.
<br>> >
<br>> >
<br>> >
<br>> >
<br>> >
<br>> > 2011/7/27 Dženan Zukić [via VTK] < [hidden email] >
<br>> >
<br>> >
<br>> >
<br>> > You should use the one from the library that you want to use. I guess
<br>> > that is:
<br>> >
<br>> >
<br>> > C:\QtSDK\Desktop\Qt\4.73\ mingw\bin
<br>> >
<br>> >
<br>> >
<br>> > On Wed, Jul 27, 2011 at 15:14, com < [hidden email] > wrote:
<br>> >
<br>> >
<br>> >
<br>> > Thanks for the advice Dominik. I did a search for qmake.exe in my QTSDK
<br>> > directory and found it in a number of different directories.Here they
<br>> > are,
<br>> >
<br>> > C:\QtSDK\Symbian\SDKs\Symbian1Qt473\bin
<br>> > C:\QtSDK\Symbian\SDKs\Symbian3Qt473\bin
<br>> > C:\QtSDK\Symbian\SDKs\Symbian3Qt463\bin
<br>> > C:\QtSDK\Symbian\SDKs\Symbian1Qt463\bin
<br>> > C:\QtSDK\Simulator\Qt\mingw\bin
<br>> > C:\QtSDK\Desktop\Qt\4.73\mingw\bin
<br>> >
<br>> > Do you know which one should I use?
<br>> >
<br>> > Thanks
<br>> >
<br>> >
<br>> >
<br>> >
<br>> >
<br>> >
<br>> >
<br>> > On Tue, Jul 26, 2011 at 5:00 PM, Dominik Szczerba [via VTK] < [hidden
<br>> > email] > wrote:
<br>> >
<br>> >
<br>> >
<br>> >
<br>> > You need to provide the path to qmake.exe when running cmake.
<br>> >
<br>> > Dominik
<br>> >
<br>> > On Tue, Jul 26, 2011 at 11:45 PM, com < [hidden email] > wrote:
<br>> > > I am trying to set up VTK for Qt Creator. I saw some step by step
<br>> > > guides
<br>> >
<br>> > for
<br>> >
<br>> > > setting up VTK for visual studio, but none for Qt Creator. I have
<br>> > > visual studio, but would rather use Qt Creator.
<br>> > >
<br>> > > I downloaded the latest versions of VTK and CMake and have Qt 4.7.3. If
<br>> > > I
<br>> >
<br>> > do
<br>> >
<br>> > > not select VTK_USE_QT, then CMake seems to build VTK with no problems -
<br>> > > which might be fine if I was just using visual studio. However, when I
<br>> > > select VTK_USE_QT I run into a number of errors.
<br>> > >
<br>> > > Here are a few of the errors:
<br>> > >
<br>> > > Qt QTGUI library not found
<br>> > > Qt QTSQL library not found
<br>> > > Qt QTNETWORK library not found
<br>> > >
<br>> > > CMake doesn't seem to be able to find a lot of these - so I tried
<br>> > > putting
<br>> >
<br>> > in
<br>> >
<br>> > > the values myself and still seem to get some errors. Maybe I'm putting
<br>> > > in
<br>> > >
<br>> > > the wrong values?
<br>> > >
<br>> > > Any help would be much appreciated as I have spent the whole day trying
<br>> >
<br>> > to
<br>> >
<br>> > > figure out how to get this to work and I would really like to use VTK
<br>> > > for
<br>> >
<br>> > a
<br>> >
<br>> > > project I am working on in graduate school. I'm also not sure what I
<br>> > > need
<br>> >
<br>> > to
<br>> >
<br>> > > do in Qt Creator once I'm done with CMake.
<br>> > >
<br>> > >
<br>> > > --
<br>> >
<br>> > > View this message in context:
<br>> > <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>
> > 4636528p4636528.html > Sent from the VTK - Users mailing list archive at
<div class='shrinkable-quote'><br>> > Nabble.com.
<br>> >
<br>> > > _______________________________________________
<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
<br>> >
<br>> > <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:
<br>> > <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>> >
<br>> > 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>> > <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:
<br>> > <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>> >
<br>> >
<br>> >
<br>> > If you reply to this email, your message will be added to the discussion
<br>> > below:
<br>> > <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>
> > 4636528p4636577.html
<div class='shrinkable-quote'><br>> >
<br>> > To unsubscribe from trouble setting up VTK for Qt creator, click here .
<br>> >
<br>> >
<br>> > View this message in context: Re: trouble setting up VTK for Qt creator
<br>> >
<br>> >
<br>> >
<br>> >
<br>> > Sent from the VTK - Users mailing list archive at Nabble.com.
<br>> >
<br>> > _______________________________________________
<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
<br>> > <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:
<br>> > <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>> >
<br>> >
<br>> > _______________________________________________
<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
<br>> > <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:
<br>> > <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>> >
<br>> >
<br>> >
<br>> >
<br>> > If you reply to this email, your message will be added to the discussion
<br>> > below:
<br>> > <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>> > 4636528p4639052.html
<br><div class="im">> >
<div class='shrinkable-quote'><br>> >
<br>> >
<br>> >
<br>> > To unsubscribe from trouble setting up VTK for Qt creator, click here .
<br>> >
<br>> >
<br>> > View this message in context: Re: trouble setting up VTK for Qt creator
<br>> > Sent from the VTK - Users mailing list archive at Nabble.com.
<br>> >
<br>> > _______________________________________________
<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
<br>> > <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:
<br>> > <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>> > 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
<br>> > <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:
<br>> > <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>> > ------------------------------
<br>> >
<br>> > If you reply to this email, your message will be added to the discussion
<br>> >
<br>> > below:
<br>> >
<br>> > <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>> > 4636528p4639639.html
<br><div class="im">> >
<br>> > To unsubscribe from trouble setting up VTK for Qt creator, click
<br></div><div class="im">> > here<<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>
> > subscribe_by_code&node=4636528&code=Y29tYWNrZUBnbWFpbC5jb218NDYzNjUyOHw4
<br>> > ODA1ODg2MjI=>.
<br>>
<br>> --
<br></div><div class="im">> View this message in context:
<br>> <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>> 636528p4640052.html Sent from the VTK - Users mailing list archive at
<br>> 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/>