Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
howto:qt_qwt_vtk_ubuntu [2013/06/18 11:15]
labmec [Include in your project.pro file]
howto:qt_qwt_vtk_ubuntu [2013/06/18 11:16]
labmec
Line 47: Line 47:
 sudo apt-get install libvtk5.8 libvtk5.8-qt4 libvtk5-dev libvtk5-qt4-dev sudo apt-get install libvtk5.8 libvtk5.8-qt4 libvtk5-dev libvtk5-qt4-dev
  
 +</​code>​
 +
 +
 +==== Include in your project.pro file ====
 +
 +<​code>​
 +#Begin VTK
 +INCLUDEPATH += "/​usr/​include/​vtk-5.8"​
 +LIBS += -L"/​usr/​lib/​vtk-5.8"​ -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)