Has anyone successfully used the vtkQtChart stuff?<br><br>What I have done is pull the code from VTK/GUISupport/Qt/Testing/Cxx/TestLineSeries.cxx and put it in my own Qt application. The first problem that occurs is that the compiler cannot find vtkQtChartExport.h. Turns out that wasn't installed in my vtk includes directory. So, I copied that over. Application compiles now, but when it tries to link it fails. Any insight in regards to this or the vtkQtChart stuff in general? I haven't seen hardly any examples or HOW-TOs dealing with this.<br>
<br>Thanks,<br><br>Justin<br>