<div dir="ltr">check this link <a href="http://qtitkvtkhelp.blogspot.in/2012/12/vtk-with-qvtk-configuration.html">http://qtitkvtkhelp.blogspot.in/2012/12/vtk-with-qvtk-configuration.html</a> . They have shown for 5.10 version completely.  </div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 19, 2014 at 5:22 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I mean the cmake command or CMakeLists.txt file you use to build your<br>
application.<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Nov 18, 2014 at 7:57 PM, Nima Ajam Gard <<a href="mailto:ajam.nima@gmail.com">ajam.nima@gmail.com</a>> wrote:<br>
> It is what I used to build CMake:<br>
><br>
> ./configure --prefix=$HOME/software<br>
> make<br>
> make install<br>
><br>
> And, it is how I configured VTK with CMake:<br>
><br>
> mkdir $HOME/projects/VTK-build<br>
> cd $HOME/projects/VTK-build<br>
><br>
> ccmake $HOME/projects/VTK<br>
><br>
> is it what you mean by cmake command?<br>
><br>
> On Nov 18, 2014, at 4:30 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
><br>
> So, what is the cmake command you are using?<br>
><br>
><br>
> On Tue, Nov 18, 2014 at 4:06 PM, Nima Ajam Gard <<a href="mailto:ajam.nima@gmail.com">ajam.nima@gmail.com</a>> wrote:<br>
><br>
> Thanks Bill for your help. Pages are updated as you can see it has a “new”<br>
> subscript.<br>
><br>
> On Nov 18, 2014, at 4:02 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
><br>
> Please keep the users list in this conversation.<br>
><br>
> It is possible that those pages have not been updated for vtk6.<br>
><br>
> There are some wiki examples that use Qt. For example see:<br>
> <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx#Qt" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx#Qt</a><br>
><br>
> Bill<br>
><br>
> On Tue, Nov 18, 2014 at 3:44 PM, Nima Ajam Gard <<a href="mailto:ajam.nima@gmail.com">ajam.nima@gmail.com</a>> wrote:<br>
><br>
> I exactly followed <a href="http://www.vtk.org/Wiki/VTK/Configure_and_Build" target="_blank">http://www.vtk.org/Wiki/VTK/Configure_and_Build</a>.<br>
> All the commands I used came from above webpage.<br>
><br>
> On Nov 18, 2014, at 3:21 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
><br>
> The cmake you showed is for vtk 5.x.<br>
><br>
> Many people use VTK and Qt. Can you be more specific by providing the<br>
> exact cmake command line you are using?<br>
><br>
><br>
> On Tue, Nov 18, 2014 at 3:15 PM, Nima Ajam Gard <<a href="mailto:ajam.nima@gmail.com">ajam.nima@gmail.com</a>> wrote:<br>
><br>
> Hi Bill,<br>
><br>
> Since, I could not use VTK-6.1 properly, I changed to VTK-6.0 but still I<br>
> have same problems.<br>
><br>
><br>
> On Nov 18, 2014, at 3:11 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
><br>
> What version vtk are you using?<br>
><br>
><br>
> On Tue, Nov 18, 2014 at 2:51 PM, Nima Ajam Gard <<a href="mailto:ajam.nima@gmail.com">ajam.nima@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I am trying to integrate VTK and Qt but unfortunately for some reasons I<br>
> cannot. Currently, I can run VTK's examples except those using Qt's user<br>
> interface. For example, examples in tutorial work but examples in infovis<br>
> cannot be run.<br>
><br>
> I followed the guide on <a href="http://www.vtk.org/Wiki/VTK/Configure_and_Build" target="_blank">http://www.vtk.org/Wiki/VTK/Configure_and_Build</a>. All<br>
> parts were done successfully except :<br>
><br>
> cmake<br>
> -DQT_QMAKE_EXECUTABLE:PATH=/path/to/qt-4.8.6-build/qt-everywhere-opensource-src-4.8.6/bin/qmake<br>
> \<br>
>   -DVTK_Group_Qt:BOOL=ON \<br>
>   -DBUILD_SHARED_LIBRARIES:BOOL=ON \<br>
>   /path/to/VTK<br>
><br>
> when I was in VTK-build directory, it said that there was no path/to/VTK.<br>
> So, I changed to VTK and removed /path/to/VTK and it worked.<br>
><br>
> Whenever I tried to build an aforementioned example, Qt says :<br>
><br>
> error:cannot find -lQVTK<br>
><br>
> error: cannot find -lvtkRendering ....<br>
><br>
> I really appreciate any help you can provide.<br>
><br>
><br>
> Bests,<br>
> Nima<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>