<div dir="ltr">Kavya,<div><br></div><div>The problem you see is that VTK 5's vtkCommon.lib was split in VTK 6 into vtkCommonDataModel.lib, vtkCommonColor.lib, vtkCommonComputatinalGeometry.lib, vtkCommonCore.lib, vtkCommonExecutionModel.lib, vtkCommonMath.lib, vtkCommonMisc.lib, vtkCommonSystem.lib, and vtkCommonTransforms.lib. This is the modularization John referred to and its purpose was to make it possible to link to only small parts of VTK if you don't need all of it.</div><div><br></div><div>See: <a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a> for more information.</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Tue, Sep 15, 2015 at 1:01 PM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I am new into VTK as well QT. I followed the installation procedure and<br>
> integrated VTK6.2 with QT5.5.0. As I am porting VTK5 application getting<br>
> linker error as "error LNL1104 Not able to open QVTK.lib, vtkCommon.lib' . I<br>
> have provided the path variables, still as library name doesnot match with<br>
> older version getting the error.<br>
><br>
> If anyone been successful in porting VTK5 to VTK6, could you please let me<br>
> know how did you modify the .lib files names?<br>
><br>
<br>
</span>It's much simpler to just use ${VTK_LIBRARIES} in your CMakeLists.txt<br>
instead of specifying individual libraries. There are quite a few<br>
libraries now with the modularization.<br>
<br>
John<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" 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="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>