Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howto:qt_qwt_vtk_ubuntu [2013/06/18 11:13]
labmec
howto:qt_qwt_vtk_ubuntu [2013/06/18 11:15]
labmec [Include in your project.pro file]
Line 83: Line 83:
 LIBS += -L"/​usr/​local/​include/"​ -lqwt LIBS += -L"/​usr/​local/​include/"​ -lqwt
 #End QWT #End QWT
 +
 +
 +#Begin VTK
 +INCLUDEPATH += "/​usr/​include/​vtk-5.10"​
 +LIBS += -L"/​usr/​lib/​vtk-5.10"​ -lvtkCommon -lvtksys -lQVTK -lvtkRendering -lvtkGraphics -lvtkIO -lvtkInfovis -lvtkViews -lvtkFiltering -lvtkHybrid -lvtkWidgets
 +#End VTK
 </​code>​ </​code>​
  

QR Code: URL of current page
QR Code: URL of current page howto:qt_qwt_vtk_ubuntu (generated for current page)